Shades of Light Sea Green #1CCCBB
Tints of Light Sea Green #1CCCBB
RGB
CMYK
RGB Variations
Color information
#1CCCBB (or 0x1CCCBB) is known color: Light Sea Green. HEX triplet: 1C, CC and BB. RGB value is (28,204,187). Sum of RGB (Red+Green+Blue) = 28+204+187=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCBB is #E33344. Grayscale: #959595. Windows color (decimal): -14889797 or 12307484. OLE color: 12307484.
HSL color Cylindrical-coordinate representation of color #1CCCBB: hue angle of 174.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCCBB is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 187 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.2 |
| HSL | 174.2º | 0.76% | 0.45% | - |
| HSV(B) | 174.2º | 0.86% | 0.8% | - |
| XYZ | 31.04 | 47.02 | 54.45 | - |
| YUV | 149.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 187 | 0.86 | 0 | 0.08 | 0.2 | 174.2 | 0.76 | 0.45 |
| Hex | 1C | CC | BB | 56 | 0 | 8 | 14 | AE | 4C | 2D |
| Octal | 34 | 314 | 273 | 126 | 0 | 10 | 24 | 256 | 114 | 55 |
| Binary | 11100 | 11001100 | 10111011 | 1010110 | 0 | 1000 | 10100 | 10101110 | 1001100 | 101101 |
Color Harmonies of #1CCCBB
Complementary color
Monochromatic Colors of #1CCCBB
Black with #1CCCBB
Text Example
Text Example
White with #1CCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCBB; }
p { color: rgb(28,204,187); }
H1.HeaderClassName
{
color: #1CCCBB;
}
.AnyTagClassName
{
color: #1CCCBB;
}
</style>
background-color css
<style>
a { background-color: #1CCCBB; }
a { background-color: rgb(28,204,187); }
div.DivClassName
{
background-color: #1CCCBB;
}
.BgClassName
{
background-color: #1CCCBB;
}
</style>
border-color css
<style>
span { border-color: #1CCCBB; }
span { border-color: rgb(28,204,187); }
td.TdClassName
{
border-color: #1CCCBB;
}
.TagClassName
{
border-color: #1CCCBB;
}
</style>