Shades of Light Sea Green #21D0BE
Tints of Light Sea Green #21D0BE
RGB
CMYK
RGB Variations
Color information
#21D0BE (or 0x21D0BE) is known color: Light Sea Green. HEX triplet: 21, D0 and BE. RGB value is (33,208,190). Sum of RGB (Red+Green+Blue) = 33+208+190=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #21D0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D0BE is #DE2F41. Grayscale: #999999. Windows color (decimal): -14561090 or 12505121. OLE color: 12505121.
HSL color Cylindrical-coordinate representation of color #21D0BE: hue angle of 173.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D0BE is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 190 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.18 |
| HSL | 173.83º | 0.73% | 0.47% | - |
| HSV(B) | 173.83º | 0.84% | 0.82% | - |
| XYZ | 32.48 | 49.15 | 56.49 | - |
| YUV | 153.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 190 | 0.84 | 0 | 0.09 | 0.18 | 173.83 | 0.73 | 0.47 |
| Hex | 21 | D0 | BE | 54 | 0 | 9 | 12 | AE | 49 | 2F |
| Octal | 41 | 320 | 276 | 124 | 0 | 11 | 22 | 256 | 111 | 57 |
| Binary | 100001 | 11010000 | 10111110 | 1010100 | 0 | 1001 | 10010 | 10101110 | 1001001 | 101111 |
Color Harmonies of #21D0BE
Complementary color
Monochromatic Colors of #21D0BE
Black with #21D0BE
Text Example
Text Example
White with #21D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D0BE; }
p { color: rgb(33,208,190); }
H1.HeaderClassName
{
color: #21D0BE;
}
.AnyTagClassName
{
color: #21D0BE;
}
</style>
background-color css
<style>
a { background-color: #21D0BE; }
a { background-color: rgb(33,208,190); }
div.DivClassName
{
background-color: #21D0BE;
}
.BgClassName
{
background-color: #21D0BE;
}
</style>
border-color css
<style>
span { border-color: #21D0BE; }
span { border-color: rgb(33,208,190); }
td.TdClassName
{
border-color: #21D0BE;
}
.TagClassName
{
border-color: #21D0BE;
}
</style>