Shades of Light Sea Green #1CCCB0
Tints of Light Sea Green #1CCCB0
RGB
CMYK
RGB Variations
Color information
#1CCCB0 (or 0x1CCCB0) is known color: Light Sea Green. HEX triplet: 1C, CC and B0. RGB value is (28,204,176). Sum of RGB (Red+Green+Blue) = 28+204+176=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCB0 is #E3334F. Grayscale: #949494. Windows color (decimal): -14889808 or 11586588. OLE color: 11586588.
HSL color Cylindrical-coordinate representation of color #1CCCB0: hue angle of 170.45º 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 #1CCCB0 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 176 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.2 |
| HSL | 170.45º | 0.76% | 0.45% | - |
| HSV(B) | 170.45º | 0.86% | 0.8% | - |
| XYZ | 29.91 | 46.57 | 48.49 | - |
| YUV | 148.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 176 | 0.86 | 0 | 0.14 | 0.2 | 170.45 | 0.76 | 0.45 |
| Hex | 1C | CC | B0 | 56 | 0 | E | 14 | AA | 4C | 2D |
| Octal | 34 | 314 | 260 | 126 | 0 | 16 | 24 | 252 | 114 | 55 |
| Binary | 11100 | 11001100 | 10110000 | 1010110 | 0 | 1110 | 10100 | 10101010 | 1001100 | 101101 |
Color Harmonies of #1CCCB0
Complementary color
Monochromatic Colors of #1CCCB0
Black with #1CCCB0
Text Example
Text Example
White with #1CCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCB0; }
p { color: rgb(28,204,176); }
H1.HeaderClassName
{
color: #1CCCB0;
}
.AnyTagClassName
{
color: #1CCCB0;
}
</style>
background-color css
<style>
a { background-color: #1CCCB0; }
a { background-color: rgb(28,204,176); }
div.DivClassName
{
background-color: #1CCCB0;
}
.BgClassName
{
background-color: #1CCCB0;
}
</style>
border-color css
<style>
span { border-color: #1CCCB0; }
span { border-color: rgb(28,204,176); }
td.TdClassName
{
border-color: #1CCCB0;
}
.TagClassName
{
border-color: #1CCCB0;
}
</style>