#1CAFA0

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

Shades of Light Sea Green #1CAFA0

Tints of Light Sea Green #1CAFA0

Color information

#1CAFA0 (or 0x1CAFA0) is unknown color: approx Light Sea Green. HEX triplet: 1C, AF and A0. RGB value is (28,175,160). Sum of RGB (Red+Green+Blue) = 28+175+160=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAFA0 is #E3505F. Grayscale: #818181. Windows color (decimal): -14897248 or 10530588. OLE color: 10530588.

HSL color Cylindrical-coordinate representation of color #1CAFA0: hue angle of 173.88º 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 #1CAFA0 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB28175160-
CMYK0.8400.090.31
HSL173.88º72.41%39.8%-
HSV(B)173.88º84%68.63%-
XYZ22.1533.4438.55-
YUV129.34145.355.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.71%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=7.71%
G=48.21%
B=44.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal281751600.8400.090.31173.8872.4139.8
Hex1CAFA054091Fae4828
Octal342572401240113725611050
Binary11100101011111010000010101000100111111101011101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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