Shades of Light Sea Green #1CCCB2
Tints of Light Sea Green #1CCCB2
RGB
CMYK
RGB Variations
Color information
#1CCCB2 (or 0x1CCCB2) is known color: Light Sea Green. HEX triplet: 1C, CC and B2. RGB value is (28,204,178). Sum of RGB (Red+Green+Blue) = 28+204+178=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCB2 is #E3334D. Grayscale: #949494. Windows color (decimal): -14889806 or 11717660. OLE color: 11717660.
HSL color Cylindrical-coordinate representation of color #1CCCB2: hue angle of 171.14º 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 #1CCCB2 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 178 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.2 |
| HSL | 171.14º | 0.76% | 0.45% | - |
| HSV(B) | 171.14º | 0.86% | 0.8% | - |
| XYZ | 30.11 | 46.65 | 49.54 | - |
| YUV | 148.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 178 | 0.86 | 0 | 0.13 | 0.2 | 171.14 | 0.76 | 0.45 |
| Hex | 1C | CC | B2 | 56 | 0 | D | 14 | AB | 4C | 2D |
| Octal | 34 | 314 | 262 | 126 | 0 | 15 | 24 | 253 | 114 | 55 |
| Binary | 11100 | 11001100 | 10110010 | 1010110 | 0 | 1101 | 10100 | 10101011 | 1001100 | 101101 |
Color Harmonies of #1CCCB2
Complementary color
Monochromatic Colors of #1CCCB2
Black with #1CCCB2
Text Example
Text Example
White with #1CCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCB2; }
p { color: rgb(28,204,178); }
H1.HeaderClassName
{
color: #1CCCB2;
}
.AnyTagClassName
{
color: #1CCCB2;
}
</style>
background-color css
<style>
a { background-color: #1CCCB2; }
a { background-color: rgb(28,204,178); }
div.DivClassName
{
background-color: #1CCCB2;
}
.BgClassName
{
background-color: #1CCCB2;
}
</style>
border-color css
<style>
span { border-color: #1CCCB2; }
span { border-color: rgb(28,204,178); }
td.TdClassName
{
border-color: #1CCCB2;
}
.TagClassName
{
border-color: #1CCCB2;
}
</style>