Shades of Light Sea Green #21BBAB
Tints of Light Sea Green #21BBAB
RGB
CMYK
RGB Variations
Color information
#21BBAB (or 0x21BBAB) is known color: Light Sea Green. HEX triplet: 21, BB and AB. RGB value is (33,187,171). Sum of RGB (Red+Green+Blue) = 33+187+171=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #21BBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BBAB is #DE4454. Grayscale: #8B8B8B. Windows color (decimal): -14566485 or 11254561. OLE color: 11254561.
HSL color Cylindrical-coordinate representation of color #21BBAB: hue angle of 173.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BBAB is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 187 | 171 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.27 |
| HSL | 173.77º | 0.7% | 0.43% | - |
| HSV(B) | 173.77º | 0.82% | 0.73% | - |
| XYZ | 25.75 | 38.8 | 44.66 | - |
| YUV | 139.13 | 145.98 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 171 | 0.82 | 0 | 0.09 | 0.27 | 173.77 | 0.7 | 0.43 |
| Hex | 21 | BB | AB | 52 | 0 | 9 | 1B | AE | 46 | 2B |
| Octal | 41 | 273 | 253 | 122 | 0 | 11 | 33 | 256 | 106 | 53 |
| Binary | 100001 | 10111011 | 10101011 | 1010010 | 0 | 1001 | 11011 | 10101110 | 1000110 | 101011 |
Color Harmonies of #21BBAB
Complementary color
Monochromatic Colors of #21BBAB
Black with #21BBAB
Text Example
Text Example
White with #21BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBAB; }
p { color: rgb(33,187,171); }
H1.HeaderClassName
{
color: #21BBAB;
}
.AnyTagClassName
{
color: #21BBAB;
}
</style>
background-color css
<style>
a { background-color: #21BBAB; }
a { background-color: rgb(33,187,171); }
div.DivClassName
{
background-color: #21BBAB;
}
.BgClassName
{
background-color: #21BBAB;
}
</style>
border-color css
<style>
span { border-color: #21BBAB; }
span { border-color: rgb(33,187,171); }
td.TdClassName
{
border-color: #21BBAB;
}
.TagClassName
{
border-color: #21BBAB;
}
</style>