Shades of Light Sea Green #21BDAF
Tints of Light Sea Green #21BDAF
RGB
CMYK
RGB Variations
Color information
#21BDAF (or 0x21BDAF) is known color: Light Sea Green. HEX triplet: 21, BD and AF. RGB value is (33,189,175). Sum of RGB (Red+Green+Blue) = 33+189+175=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #21BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BDAF is #DE4250. Grayscale: #8C8C8C. Windows color (decimal): -14565969 or 11517217. OLE color: 11517217.
HSL color Cylindrical-coordinate representation of color #21BDAF: hue angle of 174.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BDAF is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 175 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.26 |
| HSL | 174.62º | 0.7% | 0.44% | - |
| HSV(B) | 174.62º | 0.83% | 0.74% | - |
| XYZ | 26.56 | 39.81 | 46.84 | - |
| YUV | 140.76 | 147.32 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 175 | 0.83 | 0 | 0.07 | 0.26 | 174.62 | 0.7 | 0.44 |
| Hex | 21 | BD | AF | 53 | 0 | 7 | 1A | AF | 46 | 2C |
| Octal | 41 | 275 | 257 | 123 | 0 | 7 | 32 | 257 | 106 | 54 |
| Binary | 100001 | 10111101 | 10101111 | 1010011 | 0 | 111 | 11010 | 10101111 | 1000110 | 101100 |
Color Harmonies of #21BDAF
Complementary color
Monochromatic Colors of #21BDAF
Black with #21BDAF
Text Example
Text Example
White with #21BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDAF; }
p { color: rgb(33,189,175); }
H1.HeaderClassName
{
color: #21BDAF;
}
.AnyTagClassName
{
color: #21BDAF;
}
</style>
background-color css
<style>
a { background-color: #21BDAF; }
a { background-color: rgb(33,189,175); }
div.DivClassName
{
background-color: #21BDAF;
}
.BgClassName
{
background-color: #21BDAF;
}
</style>
border-color css
<style>
span { border-color: #21BDAF; }
span { border-color: rgb(33,189,175); }
td.TdClassName
{
border-color: #21BDAF;
}
.TagClassName
{
border-color: #21BDAF;
}
</style>