Shades of Light Sea Green #21CEBB
Tints of Light Sea Green #21CEBB
RGB
CMYK
RGB Variations
Color information
#21CEBB (or 0x21CEBB) is known color: Light Sea Green. HEX triplet: 21, CE and BB. RGB value is (33,206,187). Sum of RGB (Red+Green+Blue) = 33+206+187=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEBB is #DE3144. Grayscale: #989898. Windows color (decimal): -14561605 or 12308001. OLE color: 12308001.
HSL color Cylindrical-coordinate representation of color #21CEBB: hue angle of 173.41º degrees, saturation: 0.72, 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 #21CEBB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 187 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.19 |
| HSL | 173.41º | 0.72% | 0.47% | - |
| HSV(B) | 173.41º | 0.84% | 0.81% | - |
| XYZ | 31.67 | 48.05 | 54.62 | - |
| YUV | 152.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 187 | 0.84 | 0 | 0.09 | 0.19 | 173.41 | 0.72 | 0.47 |
| Hex | 21 | CE | BB | 54 | 0 | 9 | 13 | AD | 48 | 2F |
| Octal | 41 | 316 | 273 | 124 | 0 | 11 | 23 | 255 | 110 | 57 |
| Binary | 100001 | 11001110 | 10111011 | 1010100 | 0 | 1001 | 10011 | 10101101 | 1001000 | 101111 |
Color Harmonies of #21CEBB
Complementary color
Monochromatic Colors of #21CEBB
Black with #21CEBB
Text Example
Text Example
White with #21CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEBB; }
p { color: rgb(33,206,187); }
H1.HeaderClassName
{
color: #21CEBB;
}
.AnyTagClassName
{
color: #21CEBB;
}
</style>
background-color css
<style>
a { background-color: #21CEBB; }
a { background-color: rgb(33,206,187); }
div.DivClassName
{
background-color: #21CEBB;
}
.BgClassName
{
background-color: #21CEBB;
}
</style>
border-color css
<style>
span { border-color: #21CEBB; }
span { border-color: rgb(33,206,187); }
td.TdClassName
{
border-color: #21CEBB;
}
.TagClassName
{
border-color: #21CEBB;
}
</style>