Shades of Light Sea Green #21BDAB
Tints of Light Sea Green #21BDAB
RGB
CMYK
RGB Variations
Color information
#21BDAB (or 0x21BDAB) is known color: Light Sea Green. HEX triplet: 21, BD and AB. RGB value is (33,189,171). Sum of RGB (Red+Green+Blue) = 33+189+171=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #21BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BDAB is #DE4254. Grayscale: #8C8C8C. Windows color (decimal): -14565973 or 11255073. OLE color: 11255073.
HSL color Cylindrical-coordinate representation of color #21BDAB: hue angle of 173.08º 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 #21BDAB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 171 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.26 |
| HSL | 173.08º | 0.7% | 0.44% | - |
| HSV(B) | 173.08º | 0.83% | 0.74% | - |
| XYZ | 26.18 | 39.66 | 44.8 | - |
| YUV | 140.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 171 | 0.83 | 0 | 0.10 | 0.26 | 173.08 | 0.7 | 0.44 |
| Hex | 21 | BD | AB | 53 | 0 | A | 1A | AD | 46 | 2C |
| Octal | 41 | 275 | 253 | 123 | 0 | 12 | 32 | 255 | 106 | 54 |
| Binary | 100001 | 10111101 | 10101011 | 1010011 | 0 | 1010 | 11010 | 10101101 | 1000110 | 101100 |
Color Harmonies of #21BDAB
Complementary color
Monochromatic Colors of #21BDAB
Black with #21BDAB
Text Example
Text Example
White with #21BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDAB; }
p { color: rgb(33,189,171); }
H1.HeaderClassName
{
color: #21BDAB;
}
.AnyTagClassName
{
color: #21BDAB;
}
</style>
background-color css
<style>
a { background-color: #21BDAB; }
a { background-color: rgb(33,189,171); }
div.DivClassName
{
background-color: #21BDAB;
}
.BgClassName
{
background-color: #21BDAB;
}
</style>
border-color css
<style>
span { border-color: #21BDAB; }
span { border-color: rgb(33,189,171); }
td.TdClassName
{
border-color: #21BDAB;
}
.TagClassName
{
border-color: #21BDAB;
}
</style>