Shades of Light Sea Green #1CC0C2
Tints of Light Sea Green #1CC0C2
RGB
CMYK
RGB Variations
Color information
#1CC0C2 (or 0x1CC0C2) is known color: Light Sea Green. HEX triplet: 1C, C0 and C2. RGB value is (28,192,194). Sum of RGB (Red+Green+Blue) = 28+192+194=414 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.76% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #1CC0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0C2 is #E33F3D. Grayscale: #8F8F8F. Windows color (decimal): -14892862 or 12763164. OLE color: 12763164.
HSL color Cylindrical-coordinate representation of color #1CC0C2: hue angle of 180.72º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC0C2 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 192 | 194 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.24 |
| HSL | 180.72º | 0.75% | 0.44% | - |
| HSV(B) | 180.72º | 0.86% | 0.76% | - |
| XYZ | 29.07 | 41.84 | 57.58 | - |
| YUV | 143.19 | 156.67 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 194 | 0.86 | 0.01 | 0 | 0.24 | 180.72 | 0.75 | 0.44 |
| Hex | 1C | C0 | C2 | 56 | 1 | 0 | 18 | B5 | 4B | 2C |
| Octal | 34 | 300 | 302 | 126 | 1 | 0 | 30 | 265 | 113 | 54 |
| Binary | 11100 | 11000000 | 11000010 | 1010110 | 1 | 0 | 11000 | 10110101 | 1001011 | 101100 |
Color Harmonies of #1CC0C2
Complementary color
Monochromatic Colors of #1CC0C2
Black with #1CC0C2
Text Example
Text Example
White with #1CC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC0C2; }
p { color: rgb(28,192,194); }
H1.HeaderClassName
{
color: #1CC0C2;
}
.AnyTagClassName
{
color: #1CC0C2;
}
</style>
background-color css
<style>
a { background-color: #1CC0C2; }
a { background-color: rgb(28,192,194); }
div.DivClassName
{
background-color: #1CC0C2;
}
.BgClassName
{
background-color: #1CC0C2;
}
</style>
border-color css
<style>
span { border-color: #1CC0C2; }
span { border-color: rgb(28,192,194); }
td.TdClassName
{
border-color: #1CC0C2;
}
.TagClassName
{
border-color: #1CC0C2;
}
</style>