Shades of Light Sea Green #21D3BC
Tints of Light Sea Green #21D3BC
RGB
CMYK
RGB Variations
Color information
#21D3BC (or 0x21D3BC) is known color: Light Sea Green. HEX triplet: 21, D3 and BC. RGB value is (33,211,188). Sum of RGB (Red+Green+Blue) = 33+211+188=432 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.64% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #21D3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D3BC is #DE2C43. Grayscale: #9B9B9B. Windows color (decimal): -14560324 or 12374817. OLE color: 12374817.
HSL color Cylindrical-coordinate representation of color #21D3BC: hue angle of 172.25º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D3BC is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 188 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.17 |
| HSL | 172.25º | 0.73% | 0.48% | - |
| HSV(B) | 172.25º | 0.84% | 0.83% | - |
| XYZ | 33 | 50.54 | 55.59 | - |
| YUV | 155.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 188 | 0.84 | 0 | 0.11 | 0.17 | 172.25 | 0.73 | 0.48 |
| Hex | 21 | D3 | BC | 54 | 0 | B | 11 | AC | 49 | 30 |
| Octal | 41 | 323 | 274 | 124 | 0 | 13 | 21 | 254 | 111 | 60 |
| Binary | 100001 | 11010011 | 10111100 | 1010100 | 0 | 1011 | 10001 | 10101100 | 1001001 | 110000 |
Color Harmonies of #21D3BC
Complementary color
Monochromatic Colors of #21D3BC
Black with #21D3BC
Text Example
Text Example
White with #21D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D3BC; }
p { color: rgb(33,211,188); }
H1.HeaderClassName
{
color: #21D3BC;
}
.AnyTagClassName
{
color: #21D3BC;
}
</style>
background-color css
<style>
a { background-color: #21D3BC; }
a { background-color: rgb(33,211,188); }
div.DivClassName
{
background-color: #21D3BC;
}
.BgClassName
{
background-color: #21D3BC;
}
</style>
border-color css
<style>
span { border-color: #21D3BC; }
span { border-color: rgb(33,211,188); }
td.TdClassName
{
border-color: #21D3BC;
}
.TagClassName
{
border-color: #21D3BC;
}
</style>