Shades of Light Sea Green #21CCC0
Tints of Light Sea Green #21CCC0
RGB
CMYK
RGB Variations
Color information
#21CCC0 (or 0x21CCC0) is known color: Light Sea Green. HEX triplet: 21, CC and C0. RGB value is (33,204,192). Sum of RGB (Red+Green+Blue) = 33+204+192=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCC0 is #DE333F. Grayscale: #979797. Windows color (decimal): -14562112 or 12635169. OLE color: 12635169.
HSL color Cylindrical-coordinate representation of color #21CCC0: hue angle of 175.79º 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 #21CCC0 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 192 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.2 |
| HSL | 175.79º | 0.72% | 0.46% | - |
| HSV(B) | 175.79º | 0.84% | 0.8% | - |
| XYZ | 31.73 | 47.31 | 57.33 | - |
| YUV | 151.5 | 150.85 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 192 | 0.84 | 0 | 0.06 | 0.2 | 175.79 | 0.72 | 0.46 |
| Hex | 21 | CC | C0 | 54 | 0 | 6 | 14 | B0 | 48 | 2E |
| Octal | 41 | 314 | 300 | 124 | 0 | 6 | 24 | 260 | 110 | 56 |
| Binary | 100001 | 11001100 | 11000000 | 1010100 | 0 | 110 | 10100 | 10110000 | 1001000 | 101110 |
Color Harmonies of #21CCC0
Complementary color
Monochromatic Colors of #21CCC0
Black with #21CCC0
Text Example
Text Example
White with #21CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCC0; }
p { color: rgb(33,204,192); }
H1.HeaderClassName
{
color: #21CCC0;
}
.AnyTagClassName
{
color: #21CCC0;
}
</style>
background-color css
<style>
a { background-color: #21CCC0; }
a { background-color: rgb(33,204,192); }
div.DivClassName
{
background-color: #21CCC0;
}
.BgClassName
{
background-color: #21CCC0;
}
</style>
border-color css
<style>
span { border-color: #21CCC0; }
span { border-color: rgb(33,204,192); }
td.TdClassName
{
border-color: #21CCC0;
}
.TagClassName
{
border-color: #21CCC0;
}
</style>