Shades of Light Sea Green #21CFBB
Tints of Light Sea Green #21CFBB
RGB
CMYK
RGB Variations
Color information
#21CFBB (or 0x21CFBB) is known color: Light Sea Green. HEX triplet: 21, CF and BB. RGB value is (33,207,187). Sum of RGB (Red+Green+Blue) = 33+207+187=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFBB is #DE3044. Grayscale: #989898. Windows color (decimal): -14561349 or 12308257. OLE color: 12308257.
HSL color Cylindrical-coordinate representation of color #21CFBB: hue angle of 173.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CFBB is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 187 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.19 |
| HSL | 173.1º | 0.73% | 0.47% | - |
| HSV(B) | 173.1º | 0.84% | 0.81% | - |
| XYZ | 31.91 | 48.54 | 54.7 | - |
| YUV | 152.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 187 | 0.84 | 0 | 0.10 | 0.19 | 173.1 | 0.73 | 0.47 |
| Hex | 21 | CF | BB | 54 | 0 | A | 13 | AD | 48 | 2F |
| Octal | 41 | 317 | 273 | 124 | 0 | 12 | 23 | 255 | 110 | 57 |
| Binary | 100001 | 11001111 | 10111011 | 1010100 | 0 | 1010 | 10011 | 10101101 | 1001000 | 101111 |
Color Harmonies of #21CFBB
Complementary color
Monochromatic Colors of #21CFBB
Black with #21CFBB
Text Example
Text Example
White with #21CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFBB; }
p { color: rgb(33,207,187); }
H1.HeaderClassName
{
color: #21CFBB;
}
.AnyTagClassName
{
color: #21CFBB;
}
</style>
background-color css
<style>
a { background-color: #21CFBB; }
a { background-color: rgb(33,207,187); }
div.DivClassName
{
background-color: #21CFBB;
}
.BgClassName
{
background-color: #21CFBB;
}
</style>
border-color css
<style>
span { border-color: #21CFBB; }
span { border-color: rgb(33,207,187); }
td.TdClassName
{
border-color: #21CFBB;
}
.TagClassName
{
border-color: #21CFBB;
}
</style>