#1CC4A2

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

Shades of Light Sea Green #1CC4A2

Tints of Light Sea Green #1CC4A2

Color information

#1CC4A2 (or 0x1CC4A2) is unknown color: approx Light Sea Green. HEX triplet: 1C, C4 and A2. RGB value is (28,196,162). Sum of RGB (Red+Green+Blue) = 28+196+162=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC4A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC4A2 is #E33B5D. Grayscale: #8D8D8D. Windows color (decimal): -14891870 or 10667036. OLE color: 10667036.

HSL color Cylindrical-coordinate representation of color #1CC4A2: hue angle of 167.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC4A2 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB28196162-
CMYK0.8600.170.23
HSL167.86º75%43.92%-
HSV(B)167.86º85.71%76.86%-
XYZ26.7442.3440.94-
YUV141.89139.3446.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 196 (76.95% from 255) = 50.78%
BLUE value IS 162 (63.67% from 255) = 41.97%
R=7.25%
G=50.78%
B=41.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281961620.8600.170.23167.867543.92
Hex1CC4A25601117a84b2c
Octal343042421260212725011354
Binary111001100010010100010101011001000110111101010001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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