Shades of Light Sea Green #21BDA0
Tints of Light Sea Green #21BDA0
RGB
CMYK
RGB Variations
Color information
#21BDA0 (or 0x21BDA0) is known color: Light Sea Green. HEX triplet: 21, BD and A0. RGB value is (33,189,160). Sum of RGB (Red+Green+Blue) = 33+189+160=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #21BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BDA0 is #DE425F. Grayscale: #8B8B8B. Windows color (decimal): -14565984 or 10534177. OLE color: 10534177.
HSL color Cylindrical-coordinate representation of color #21BDA0: hue angle of 168.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BDA0 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 160 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.26 |
| HSL | 168.85º | 0.7% | 0.44% | - |
| HSV(B) | 168.85º | 0.83% | 0.74% | - |
| XYZ | 25.17 | 39.26 | 39.51 | - |
| YUV | 139.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 160 | 0.83 | 0 | 0.15 | 0.26 | 168.85 | 0.7 | 0.44 |
| Hex | 21 | BD | A0 | 53 | 0 | F | 1A | A9 | 46 | 2C |
| Octal | 41 | 275 | 240 | 123 | 0 | 17 | 32 | 251 | 106 | 54 |
| Binary | 100001 | 10111101 | 10100000 | 1010011 | 0 | 1111 | 11010 | 10101001 | 1000110 | 101100 |
Color Harmonies of #21BDA0
Complementary color
Monochromatic Colors of #21BDA0
Black with #21BDA0
Text Example
Text Example
White with #21BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDA0; }
p { color: rgb(33,189,160); }
H1.HeaderClassName
{
color: #21BDA0;
}
.AnyTagClassName
{
color: #21BDA0;
}
</style>
background-color css
<style>
a { background-color: #21BDA0; }
a { background-color: rgb(33,189,160); }
div.DivClassName
{
background-color: #21BDA0;
}
.BgClassName
{
background-color: #21BDA0;
}
</style>
border-color css
<style>
span { border-color: #21BDA0; }
span { border-color: rgb(33,189,160); }
td.TdClassName
{
border-color: #21BDA0;
}
.TagClassName
{
border-color: #21BDA0;
}
</style>