Shades of Light Sea Green #21CCC1
Tints of Light Sea Green #21CCC1
RGB
CMYK
RGB Variations
Color information
#21CCC1 (or 0x21CCC1) is known color: Light Sea Green. HEX triplet: 21, CC and C1. RGB value is (33,204,193). Sum of RGB (Red+Green+Blue) = 33+204+193=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCC1 is #DE333E. Grayscale: #979797. Windows color (decimal): -14562111 or 12700705. OLE color: 12700705.
HSL color Cylindrical-coordinate representation of color #21CCC1: hue angle of 176.14º 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 #21CCC1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 193 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.2 |
| HSL | 176.14º | 0.72% | 0.46% | - |
| HSV(B) | 176.14º | 0.84% | 0.8% | - |
| XYZ | 31.85 | 47.36 | 57.91 | - |
| YUV | 151.62 | 151.35 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 193 | 0.84 | 0 | 0.05 | 0.2 | 176.14 | 0.72 | 0.46 |
| Hex | 21 | CC | C1 | 54 | 0 | 5 | 14 | B0 | 48 | 2E |
| Octal | 41 | 314 | 301 | 124 | 0 | 5 | 24 | 260 | 110 | 56 |
| Binary | 100001 | 11001100 | 11000001 | 1010100 | 0 | 101 | 10100 | 10110000 | 1001000 | 101110 |
Color Harmonies of #21CCC1
Complementary color
Monochromatic Colors of #21CCC1
Black with #21CCC1
Text Example
Text Example
White with #21CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCC1; }
p { color: rgb(33,204,193); }
H1.HeaderClassName
{
color: #21CCC1;
}
.AnyTagClassName
{
color: #21CCC1;
}
</style>
background-color css
<style>
a { background-color: #21CCC1; }
a { background-color: rgb(33,204,193); }
div.DivClassName
{
background-color: #21CCC1;
}
.BgClassName
{
background-color: #21CCC1;
}
</style>
border-color css
<style>
span { border-color: #21CCC1; }
span { border-color: rgb(33,204,193); }
td.TdClassName
{
border-color: #21CCC1;
}
.TagClassName
{
border-color: #21CCC1;
}
</style>