#1CAFA2

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

Shades of Light Sea Green #1CAFA2

Tints of Light Sea Green #1CAFA2

Color information

#1CAFA2 (or 0x1CAFA2) is unknown color: approx Light Sea Green. HEX triplet: 1C, AF and A2. RGB value is (28,175,162). Sum of RGB (Red+Green+Blue) = 28+175+162=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAFA2 is #E3505D. Grayscale: #818181. Windows color (decimal): -14897246 or 10661660. OLE color: 10661660.

HSL color Cylindrical-coordinate representation of color #1CAFA2: hue angle of 174.69º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAFA2 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB28175162-
CMYK0.8400.070.31
HSL174.69º72.41%39.8%-
HSV(B)174.69º84%68.63%-
XYZ22.3333.5239.47-
YUV129.56146.355.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.67%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 162 (63.67% from 255) = 44.38%
R=7.67%
G=47.95%
B=44.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281751620.8400.070.31174.6972.4139.8
Hex1CAFA254071Faf4828
Octal34257242124073725711050
Binary1110010101111101000101010100011111111101011111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAFA2; }

 p { color: rgb(28,175,162); }

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

<style>
 a { background-color: #1CAFA2; }

 a { background-color: rgb(28,175,162); }

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

<style>
 span { border-color: #1CAFA2; }

 span { border-color: rgb(28,175,162); }

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