#1CC0A8

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

Shades of Light Sea Green #1CC0A8

Tints of Light Sea Green #1CC0A8

Color information

#1CC0A8 (or 0x1CC0A8) is unknown color: approx Light Sea Green. HEX triplet: 1C, C0 and A8. RGB value is (28,192,168). Sum of RGB (Red+Green+Blue) = 28+192+168=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC0A8 is #E33F57. Grayscale: #8C8C8C. Windows color (decimal): -14892888 or 11059228. OLE color: 11059228.

HSL color Cylindrical-coordinate representation of color #1CC0A8: hue angle of 171.22º 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 #1CC0A8 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB28192168-
CMYK0.8500.120.25
HSL171.22º74.55%43.14%-
HSV(B)171.22º85.42%75.29%-
XYZ26.440.7743.52-
YUV140.23143.6747.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.22%
GREEN value IS 192 (75.39% from 255) = 49.48%
BLUE value IS 168 (66.02% from 255) = 43.30%
R=7.22%
G=49.48%
B=43.30%

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
Decimal281921680.8500.120.25171.2274.5543.14
Hex1CC0A8550C19ab4b2b
Octal343002501250143125311353
Binary11100110000001010100010101010110011001101010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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