Shades of Light Sea Green #21BBBA
Tints of Light Sea Green #21BBBA
RGB
CMYK
RGB Variations
Color information
#21BBBA (or 0x21BBBA) is known color: Light Sea Green. HEX triplet: 21, BB and BA. RGB value is (33,187,186). Sum of RGB (Red+Green+Blue) = 33+187+186=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #21BBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBBA is #DE4445. Grayscale: #8C8C8C. Windows color (decimal): -14566470 or 12237601. OLE color: 12237601.
HSL color Cylindrical-coordinate representation of color #21BBBA: hue angle of 179.61º 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 #21BBBA is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 187 | 186 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.27 |
| HSL | 179.61º | 0.7% | 0.43% | - |
| HSV(B) | 179.61º | 0.82% | 0.73% | - |
| XYZ | 27.26 | 39.41 | 52.62 | - |
| YUV | 140.84 | 153.48 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 186 | 0.82 | 0 | 0.01 | 0.27 | 179.61 | 0.7 | 0.43 |
| Hex | 21 | BB | BA | 52 | 0 | 1 | 1B | B4 | 46 | 2B |
| Octal | 41 | 273 | 272 | 122 | 0 | 1 | 33 | 264 | 106 | 53 |
| Binary | 100001 | 10111011 | 10111010 | 1010010 | 0 | 1 | 11011 | 10110100 | 1000110 | 101011 |
Color Harmonies of #21BBBA
Complementary color
Monochromatic Colors of #21BBBA
Black with #21BBBA
Text Example
Text Example
White with #21BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBBA; }
p { color: rgb(33,187,186); }
H1.HeaderClassName
{
color: #21BBBA;
}
.AnyTagClassName
{
color: #21BBBA;
}
</style>
background-color css
<style>
a { background-color: #21BBBA; }
a { background-color: rgb(33,187,186); }
div.DivClassName
{
background-color: #21BBBA;
}
.BgClassName
{
background-color: #21BBBA;
}
</style>
border-color css
<style>
span { border-color: #21BBBA; }
span { border-color: rgb(33,187,186); }
td.TdClassName
{
border-color: #21BBBA;
}
.TagClassName
{
border-color: #21BBBA;
}
</style>