Shades of Light Sea Green #21CFBD
Tints of Light Sea Green #21CFBD
RGB
CMYK
RGB Variations
Color information
#21CFBD (or 0x21CFBD) is known color: Light Sea Green. HEX triplet: 21, CF and BD. RGB value is (33,207,189). Sum of RGB (Red+Green+Blue) = 33+207+189=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFBD is #DE3042. Grayscale: #989898. Windows color (decimal): -14561347 or 12439329. OLE color: 12439329.
HSL color Cylindrical-coordinate representation of color #21CFBD: hue angle of 173.79º 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 #21CFBD is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 189 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.19 |
| HSL | 173.79º | 0.73% | 0.47% | - |
| HSV(B) | 173.79º | 0.84% | 0.81% | - |
| XYZ | 32.13 | 48.62 | 55.84 | - |
| YUV | 152.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 189 | 0.84 | 0 | 0.09 | 0.19 | 173.79 | 0.73 | 0.47 |
| Hex | 21 | CF | BD | 54 | 0 | 9 | 13 | AE | 48 | 2F |
| Octal | 41 | 317 | 275 | 124 | 0 | 11 | 23 | 256 | 110 | 57 |
| Binary | 100001 | 11001111 | 10111101 | 1010100 | 0 | 1001 | 10011 | 10101110 | 1001000 | 101111 |
Color Harmonies of #21CFBD
Complementary color
Monochromatic Colors of #21CFBD
Black with #21CFBD
Text Example
Text Example
White with #21CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFBD; }
p { color: rgb(33,207,189); }
H1.HeaderClassName
{
color: #21CFBD;
}
.AnyTagClassName
{
color: #21CFBD;
}
</style>
background-color css
<style>
a { background-color: #21CFBD; }
a { background-color: rgb(33,207,189); }
div.DivClassName
{
background-color: #21CFBD;
}
.BgClassName
{
background-color: #21CFBD;
}
</style>
border-color css
<style>
span { border-color: #21CFBD; }
span { border-color: rgb(33,207,189); }
td.TdClassName
{
border-color: #21CFBD;
}
.TagClassName
{
border-color: #21CFBD;
}
</style>