Shades of Light Sea Green #21CCB6
Tints of Light Sea Green #21CCB6
RGB
CMYK
RGB Variations
Color information
#21CCB6 (or 0x21CCB6) is known color: Light Sea Green. HEX triplet: 21, CC and B6. RGB value is (33,204,182). Sum of RGB (Red+Green+Blue) = 33+204+182=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCB6 is #DE3349. Grayscale: #969696. Windows color (decimal): -14562122 or 11979809. OLE color: 11979809.
HSL color Cylindrical-coordinate representation of color #21CCB6: hue angle of 172.28º 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 #21CCB6 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 182 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.2 |
| HSL | 172.28º | 0.72% | 0.46% | - |
| HSV(B) | 172.28º | 0.84% | 0.8% | - |
| XYZ | 30.66 | 46.89 | 51.69 | - |
| YUV | 150.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 182 | 0.84 | 0 | 0.11 | 0.2 | 172.28 | 0.72 | 0.46 |
| Hex | 21 | CC | B6 | 54 | 0 | B | 14 | AC | 48 | 2E |
| Octal | 41 | 314 | 266 | 124 | 0 | 13 | 24 | 254 | 110 | 56 |
| Binary | 100001 | 11001100 | 10110110 | 1010100 | 0 | 1011 | 10100 | 10101100 | 1001000 | 101110 |
Color Harmonies of #21CCB6
Complementary color
Monochromatic Colors of #21CCB6
Black with #21CCB6
Text Example
Text Example
White with #21CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCB6; }
p { color: rgb(33,204,182); }
H1.HeaderClassName
{
color: #21CCB6;
}
.AnyTagClassName
{
color: #21CCB6;
}
</style>
background-color css
<style>
a { background-color: #21CCB6; }
a { background-color: rgb(33,204,182); }
div.DivClassName
{
background-color: #21CCB6;
}
.BgClassName
{
background-color: #21CCB6;
}
</style>
border-color css
<style>
span { border-color: #21CCB6; }
span { border-color: rgb(33,204,182); }
td.TdClassName
{
border-color: #21CCB6;
}
.TagClassName
{
border-color: #21CCB6;
}
</style>