Shades of Light Sea Green #21CCB2
Tints of Light Sea Green #21CCB2
RGB
CMYK
RGB Variations
Color information
#21CCB2 (or 0x21CCB2) is known color: Light Sea Green. HEX triplet: 21, CC and B2. RGB value is (33,204,178). Sum of RGB (Red+Green+Blue) = 33+204+178=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCB2 is #DE334D. Grayscale: #959595. Windows color (decimal): -14562126 or 11717665. OLE color: 11717665.
HSL color Cylindrical-coordinate representation of color #21CCB2: hue angle of 170.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CCB2 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 178 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.2 |
| HSL | 170.88º | 0.72% | 0.46% | - |
| HSV(B) | 170.88º | 0.84% | 0.8% | - |
| XYZ | 30.26 | 46.72 | 49.54 | - |
| YUV | 149.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 178 | 0.84 | 0 | 0.13 | 0.2 | 170.88 | 0.72 | 0.46 |
| Hex | 21 | CC | B2 | 54 | 0 | D | 14 | AB | 48 | 2E |
| Octal | 41 | 314 | 262 | 124 | 0 | 15 | 24 | 253 | 110 | 56 |
| Binary | 100001 | 11001100 | 10110010 | 1010100 | 0 | 1101 | 10100 | 10101011 | 1001000 | 101110 |
Color Harmonies of #21CCB2
Complementary color
Monochromatic Colors of #21CCB2
Black with #21CCB2
Text Example
Text Example
White with #21CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCB2; }
p { color: rgb(33,204,178); }
H1.HeaderClassName
{
color: #21CCB2;
}
.AnyTagClassName
{
color: #21CCB2;
}
</style>
background-color css
<style>
a { background-color: #21CCB2; }
a { background-color: rgb(33,204,178); }
div.DivClassName
{
background-color: #21CCB2;
}
.BgClassName
{
background-color: #21CCB2;
}
</style>
border-color css
<style>
span { border-color: #21CCB2; }
span { border-color: rgb(33,204,178); }
td.TdClassName
{
border-color: #21CCB2;
}
.TagClassName
{
border-color: #21CCB2;
}
</style>