#1CC0A9

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

Shades of Light Sea Green #1CC0A9

Tints of Light Sea Green #1CC0A9

Color information

#1CC0A9 (or 0x1CC0A9) is unknown color: approx Light Sea Green. HEX triplet: 1C, C0 and A9. RGB value is (28,192,169). Sum of RGB (Red+Green+Blue) = 28+192+169=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC0A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC0A9 is #E33F56. Grayscale: #8C8C8C. Windows color (decimal): -14892887 or 11124764. OLE color: 11124764.

HSL color Cylindrical-coordinate representation of color #1CC0A9: hue angle of 171.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC0A9 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB28192169-
CMYK0.8500.120.25
HSL171.59º74.55%43.14%-
HSV(B)171.59º85.42%75.29%-
XYZ26.4940.8144.02-
YUV140.34144.1747.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.20%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=7.20%
G=49.36%
B=43.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281921690.8500.120.25171.5974.5543.14
Hex1CC0A9550C19ac4b2b
Octal343002511250143125411353
Binary11100110000001010100110101010110011001101011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,192,169); }

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

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

 a { background-color: rgb(28,192,169); }

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

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

 span { border-color: rgb(28,192,169); }

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