Shades of Light Sea Green #1CC0C0
Tints of Light Sea Green #1CC0C0
RGB
CMYK
RGB Variations
Color information
#1CC0C0 (or 0x1CC0C0) is known color: Light Sea Green. HEX triplet: 1C, C0 and C0. RGB value is (28,192,192). Sum of RGB (Red+Green+Blue) = 28+192+192=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #1CC0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC0C0 is #E33F3F. Grayscale: #8E8E8E. Windows color (decimal): -14892864 or 12632092. OLE color: 12632092.
HSL color Cylindrical-coordinate representation of color #1CC0C0: hue angle of 180º 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 #1CC0C0 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 192 | - |
| CMYK | 0.85 | 0 | 0 | 0.25 |
| HSL | 180º | 0.75% | 0.43% | - |
| HSV(B) | 180º | 0.85% | 0.75% | - |
| XYZ | 28.84 | 41.75 | 56.41 | - |
| YUV | 142.96 | 155.67 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 192 | 0.85 | 0 | 0 | 0.25 | 180 | 0.75 | 0.43 |
| Hex | 1C | C0 | C0 | 55 | 0 | 0 | 19 | B4 | 4B | 2B |
| Octal | 34 | 300 | 300 | 125 | 0 | 0 | 31 | 264 | 113 | 53 |
| Binary | 11100 | 11000000 | 11000000 | 1010101 | 0 | 0 | 11001 | 10110100 | 1001011 | 101011 |
Color Harmonies of #1CC0C0
Complementary color
Monochromatic Colors of #1CC0C0
Black with #1CC0C0
Text Example
Text Example
White with #1CC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC0C0; }
p { color: rgb(28,192,192); }
H1.HeaderClassName
{
color: #1CC0C0;
}
.AnyTagClassName
{
color: #1CC0C0;
}
</style>
background-color css
<style>
a { background-color: #1CC0C0; }
a { background-color: rgb(28,192,192); }
div.DivClassName
{
background-color: #1CC0C0;
}
.BgClassName
{
background-color: #1CC0C0;
}
</style>
border-color css
<style>
span { border-color: #1CC0C0; }
span { border-color: rgb(28,192,192); }
td.TdClassName
{
border-color: #1CC0C0;
}
.TagClassName
{
border-color: #1CC0C0;
}
</style>