#2CACAE

Color #2CACAE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2CACAE

Tints of Light Sea Green #2CACAE

Color information

#2CACAE (or 0x2CACAE) is unknown color: approx Light Sea Green. HEX triplet: 2C, AC and AE. RGB value is (44,172,174). Sum of RGB (Red+Green+Blue) = 44+172+174=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #2CACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CACAE is #D35351. Grayscale: #858585. Windows color (decimal): -13849426 or 11447340. OLE color: 11447340.

HSL color Cylindrical-coordinate representation of color #2CACAE: hue angle of 180.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CACAE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB44172174-
CMYK0.750.0100.32
HSL180.92º59.63%42.75%-
HSV(B)180.92º74.71%68.24%-
XYZ23.4333.145.2-
YUV133.96150.5963.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 11.28%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=11.28%
G=44.10%
B=44.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441721740.750.0100.32180.9259.6342.75
Hex2CACAE4B1020b53c2b
Octal5425425611310402657453
Binary101100101011001010111010010111010000010110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CACAE; }

 p { color: rgb(44,172,174); }

 H1.HeaderClassName
 {
   color: #2CACAE;
 }
 .AnyTagClassName
 {
   color: #2CACAE;
 }
</style>
background-color css

<style>
 a { background-color: #2CACAE; }

 a { background-color: rgb(44,172,174); }

 div.DivClassName
 {
   background-color: #2CACAE;
 }
 .BgClassName
 {
   background-color: #2CACAE;
 }
</style>
border-color css

<style>
 span { border-color: #2CACAE; }

 span { border-color: rgb(44,172,174); }

 td.TdClassName
 {
   border-color: #2CACAE;
 }
 .TagClassName
 {
   border-color: #2CACAE;
 }
</style>