Shades of Light Sea Green #1CC2BD
Tints of Light Sea Green #1CC2BD
RGB
CMYK
RGB Variations
Color information
#1CC2BD (or 0x1CC2BD) is known color: Light Sea Green. HEX triplet: 1C, C2 and BD. RGB value is (28,194,189). Sum of RGB (Red+Green+Blue) = 28+194+189=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2BD is #E33D42. Grayscale: #8F8F8F. Windows color (decimal): -14892355 or 12435996. OLE color: 12435996.
HSL color Cylindrical-coordinate representation of color #1CC2BD: hue angle of 178.19º 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 #1CC2BD is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 189 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.24 |
| HSL | 178.19º | 0.75% | 0.44% | - |
| HSV(B) | 178.19º | 0.86% | 0.76% | - |
| XYZ | 28.96 | 42.5 | 54.82 | - |
| YUV | 143.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 189 | 0.86 | 0 | 0.03 | 0.24 | 178.19 | 0.75 | 0.44 |
| Hex | 1C | C2 | BD | 56 | 0 | 3 | 18 | B2 | 4B | 2C |
| Octal | 34 | 302 | 275 | 126 | 0 | 3 | 30 | 262 | 113 | 54 |
| Binary | 11100 | 11000010 | 10111101 | 1010110 | 0 | 11 | 11000 | 10110010 | 1001011 | 101100 |
Color Harmonies of #1CC2BD
Complementary color
Monochromatic Colors of #1CC2BD
Black with #1CC2BD
Text Example
Text Example
White with #1CC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC2BD; }
p { color: rgb(28,194,189); }
H1.HeaderClassName
{
color: #1CC2BD;
}
.AnyTagClassName
{
color: #1CC2BD;
}
</style>
background-color css
<style>
a { background-color: #1CC2BD; }
a { background-color: rgb(28,194,189); }
div.DivClassName
{
background-color: #1CC2BD;
}
.BgClassName
{
background-color: #1CC2BD;
}
</style>
border-color css
<style>
span { border-color: #1CC2BD; }
span { border-color: rgb(28,194,189); }
td.TdClassName
{
border-color: #1CC2BD;
}
.TagClassName
{
border-color: #1CC2BD;
}
</style>