Shades of Light Sea Green #21CABB
Tints of Light Sea Green #21CABB
RGB
CMYK
RGB Variations
Color information
#21CABB (or 0x21CABB) is known color: Light Sea Green. HEX triplet: 21, CA and BB. RGB value is (33,202,187). Sum of RGB (Red+Green+Blue) = 33+202+187=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #21CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CABB is #DE3544. Grayscale: #959595. Windows color (decimal): -14562629 or 12306977. OLE color: 12306977.
HSL color Cylindrical-coordinate representation of color #21CABB: hue angle of 174.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CABB is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 187 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.21 |
| HSL | 174.67º | 0.72% | 0.46% | - |
| HSV(B) | 174.67º | 0.84% | 0.79% | - |
| XYZ | 30.72 | 46.15 | 54.3 | - |
| YUV | 149.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 187 | 0.84 | 0 | 0.07 | 0.21 | 174.67 | 0.72 | 0.46 |
| Hex | 21 | CA | BB | 54 | 0 | 7 | 15 | AF | 48 | 2E |
| Octal | 41 | 312 | 273 | 124 | 0 | 7 | 25 | 257 | 110 | 56 |
| Binary | 100001 | 11001010 | 10111011 | 1010100 | 0 | 111 | 10101 | 10101111 | 1001000 | 101110 |
Color Harmonies of #21CABB
Complementary color
Monochromatic Colors of #21CABB
Black with #21CABB
Text Example
Text Example
White with #21CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CABB; }
p { color: rgb(33,202,187); }
H1.HeaderClassName
{
color: #21CABB;
}
.AnyTagClassName
{
color: #21CABB;
}
</style>
background-color css
<style>
a { background-color: #21CABB; }
a { background-color: rgb(33,202,187); }
div.DivClassName
{
background-color: #21CABB;
}
.BgClassName
{
background-color: #21CABB;
}
</style>
border-color css
<style>
span { border-color: #21CABB; }
span { border-color: rgb(33,202,187); }
td.TdClassName
{
border-color: #21CABB;
}
.TagClassName
{
border-color: #21CABB;
}
</style>