Shades of Light Sea Green #21CBAF
Tints of Light Sea Green #21CBAF
RGB
CMYK
RGB Variations
Color information
#21CBAF (or 0x21CBAF) is known color: Light Sea Green. HEX triplet: 21, CB and AF. RGB value is (33,203,175). Sum of RGB (Red+Green+Blue) = 33+203+175=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #21CBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CBAF is #DE3450. Grayscale: #949494. Windows color (decimal): -14562385 or 11520801. OLE color: 11520801.
HSL color Cylindrical-coordinate representation of color #21CBAF: hue angle of 170.12º 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 #21CBAF is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 175 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.20 |
| HSL | 170.12º | 0.72% | 0.46% | - |
| HSV(B) | 170.12º | 0.84% | 0.8% | - |
| XYZ | 29.72 | 46.13 | 47.9 | - |
| YUV | 148.98 | 142.68 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 175 | 0.84 | 0 | 0.14 | 0.20 | 170.12 | 0.72 | 0.46 |
| Hex | 21 | CB | AF | 54 | 0 | E | 14 | AA | 48 | 2E |
| Octal | 41 | 313 | 257 | 124 | 0 | 16 | 24 | 252 | 110 | 56 |
| Binary | 100001 | 11001011 | 10101111 | 1010100 | 0 | 1110 | 10100 | 10101010 | 1001000 | 101110 |
Color Harmonies of #21CBAF
Complementary color
Monochromatic Colors of #21CBAF
Black with #21CBAF
Text Example
Text Example
White with #21CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CBAF; }
p { color: rgb(33,203,175); }
H1.HeaderClassName
{
color: #21CBAF;
}
.AnyTagClassName
{
color: #21CBAF;
}
</style>
background-color css
<style>
a { background-color: #21CBAF; }
a { background-color: rgb(33,203,175); }
div.DivClassName
{
background-color: #21CBAF;
}
.BgClassName
{
background-color: #21CBAF;
}
</style>
border-color css
<style>
span { border-color: #21CBAF; }
span { border-color: rgb(33,203,175); }
td.TdClassName
{
border-color: #21CBAF;
}
.TagClassName
{
border-color: #21CBAF;
}
</style>