Shades of Light Sea Green #21CDB0
Tints of Light Sea Green #21CDB0
RGB
CMYK
RGB Variations
Color information
#21CDB0 (or 0x21CDB0) is known color: Light Sea Green. HEX triplet: 21, CD and B0. RGB value is (33,205,176). Sum of RGB (Red+Green+Blue) = 33+205+176=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CDB0 is #DE324F. Grayscale: #969696. Windows color (decimal): -14561872 or 11586849. OLE color: 11586849.
HSL color Cylindrical-coordinate representation of color #21CDB0: hue angle of 169.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CDB0 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 205 | 176 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.20 |
| HSL | 169.88º | 0.72% | 0.47% | - |
| HSV(B) | 169.88º | 0.84% | 0.8% | - |
| XYZ | 30.29 | 47.12 | 48.57 | - |
| YUV | 150.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 176 | 0.84 | 0 | 0.14 | 0.20 | 169.88 | 0.72 | 0.47 |
| Hex | 21 | CD | B0 | 54 | 0 | E | 14 | AA | 48 | 2F |
| Octal | 41 | 315 | 260 | 124 | 0 | 16 | 24 | 252 | 110 | 57 |
| Binary | 100001 | 11001101 | 10110000 | 1010100 | 0 | 1110 | 10100 | 10101010 | 1001000 | 101111 |
Color Harmonies of #21CDB0
Complementary color
Monochromatic Colors of #21CDB0
Black with #21CDB0
Text Example
Text Example
White with #21CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDB0; }
p { color: rgb(33,205,176); }
H1.HeaderClassName
{
color: #21CDB0;
}
.AnyTagClassName
{
color: #21CDB0;
}
</style>
background-color css
<style>
a { background-color: #21CDB0; }
a { background-color: rgb(33,205,176); }
div.DivClassName
{
background-color: #21CDB0;
}
.BgClassName
{
background-color: #21CDB0;
}
</style>
border-color css
<style>
span { border-color: #21CDB0; }
span { border-color: rgb(33,205,176); }
td.TdClassName
{
border-color: #21CDB0;
}
.TagClassName
{
border-color: #21CDB0;
}
</style>