Shades of Light Sea Green #21BBAF
Tints of Light Sea Green #21BBAF
RGB
CMYK
RGB Variations
Color information
#21BBAF (or 0x21BBAF) is known color: Light Sea Green. HEX triplet: 21, BB and AF. RGB value is (33,187,175). Sum of RGB (Red+Green+Blue) = 33+187+175=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #21BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BBAF is #DE4450. Grayscale: #8B8B8B. Windows color (decimal): -14566481 or 11516705. OLE color: 11516705.
HSL color Cylindrical-coordinate representation of color #21BBAF: hue angle of 175.32º 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 #21BBAF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 187 | 175 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.27 |
| HSL | 175.32º | 0.7% | 0.43% | - |
| HSV(B) | 175.32º | 0.82% | 0.73% | - |
| XYZ | 26.14 | 38.96 | 46.7 | - |
| YUV | 139.59 | 147.98 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 175 | 0.82 | 0 | 0.06 | 0.27 | 175.32 | 0.7 | 0.43 |
| Hex | 21 | BB | AF | 52 | 0 | 6 | 1B | AF | 46 | 2B |
| Octal | 41 | 273 | 257 | 122 | 0 | 6 | 33 | 257 | 106 | 53 |
| Binary | 100001 | 10111011 | 10101111 | 1010010 | 0 | 110 | 11011 | 10101111 | 1000110 | 101011 |
Color Harmonies of #21BBAF
Complementary color
Monochromatic Colors of #21BBAF
Black with #21BBAF
Text Example
Text Example
White with #21BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBAF; }
p { color: rgb(33,187,175); }
H1.HeaderClassName
{
color: #21BBAF;
}
.AnyTagClassName
{
color: #21BBAF;
}
</style>
background-color css
<style>
a { background-color: #21BBAF; }
a { background-color: rgb(33,187,175); }
div.DivClassName
{
background-color: #21BBAF;
}
.BgClassName
{
background-color: #21BBAF;
}
</style>
border-color css
<style>
span { border-color: #21BBAF; }
span { border-color: rgb(33,187,175); }
td.TdClassName
{
border-color: #21BBAF;
}
.TagClassName
{
border-color: #21BBAF;
}
</style>