Shades of Light Sea Green #21C7BB
Tints of Light Sea Green #21C7BB
RGB
CMYK
RGB Variations
Color information
#21C7BB (or 0x21C7BB) is known color: Light Sea Green. HEX triplet: 21, C7 and BB. RGB value is (33,199,187). Sum of RGB (Red+Green+Blue) = 33+199+187=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #21C7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C7BB is #DE3844. Grayscale: #939393. Windows color (decimal): -14563397 or 12306209. OLE color: 12306209.
HSL color Cylindrical-coordinate representation of color #21C7BB: hue angle of 175.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C7BB is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 187 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.22 |
| HSL | 175.66º | 0.72% | 0.45% | - |
| HSV(B) | 175.66º | 0.83% | 0.78% | - |
| XYZ | 30.02 | 44.76 | 54.07 | - |
| YUV | 148 | 150 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 187 | 0.83 | 0 | 0.06 | 0.22 | 175.66 | 0.72 | 0.45 |
| Hex | 21 | C7 | BB | 53 | 0 | 6 | 16 | B0 | 48 | 2D |
| Octal | 41 | 307 | 273 | 123 | 0 | 6 | 26 | 260 | 110 | 55 |
| Binary | 100001 | 11000111 | 10111011 | 1010011 | 0 | 110 | 10110 | 10110000 | 1001000 | 101101 |
Color Harmonies of #21C7BB
Complementary color
Monochromatic Colors of #21C7BB
Black with #21C7BB
Text Example
Text Example
White with #21C7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C7BB; }
p { color: rgb(33,199,187); }
H1.HeaderClassName
{
color: #21C7BB;
}
.AnyTagClassName
{
color: #21C7BB;
}
</style>
background-color css
<style>
a { background-color: #21C7BB; }
a { background-color: rgb(33,199,187); }
div.DivClassName
{
background-color: #21C7BB;
}
.BgClassName
{
background-color: #21C7BB;
}
</style>
border-color css
<style>
span { border-color: #21C7BB; }
span { border-color: rgb(33,199,187); }
td.TdClassName
{
border-color: #21C7BB;
}
.TagClassName
{
border-color: #21C7BB;
}
</style>