Shades of Light Sea Green #21BDBD
Tints of Light Sea Green #21BDBD
RGB
CMYK
RGB Variations
Color information
#21BDBD (or 0x21BDBD) is known color: Light Sea Green. HEX triplet: 21, BD and BD. RGB value is (33,189,189). Sum of RGB (Red+Green+Blue) = 33+189+189=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #21BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDBD is #DE4242. Grayscale: #8E8E8E. Windows color (decimal): -14565955 or 12434721. OLE color: 12434721.
HSL color Cylindrical-coordinate representation of color #21BDBD: hue angle of 180º 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 #21BDBD is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 189 | - |
| CMYK | 0.83 | 0 | 0 | 0.26 |
| HSL | 180º | 0.7% | 0.44% | - |
| HSV(B) | 180º | 0.83% | 0.74% | - |
| XYZ | 28.01 | 40.39 | 54.46 | - |
| YUV | 142.36 | 154.32 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 189 | 0.83 | 0 | 0 | 0.26 | 180 | 0.7 | 0.44 |
| Hex | 21 | BD | BD | 53 | 0 | 0 | 1A | B4 | 46 | 2C |
| Octal | 41 | 275 | 275 | 123 | 0 | 0 | 32 | 264 | 106 | 54 |
| Binary | 100001 | 10111101 | 10111101 | 1010011 | 0 | 0 | 11010 | 10110100 | 1000110 | 101100 |
Color Harmonies of #21BDBD
Complementary color
Monochromatic Colors of #21BDBD
Black with #21BDBD
Text Example
Text Example
White with #21BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDBD; }
p { color: rgb(33,189,189); }
H1.HeaderClassName
{
color: #21BDBD;
}
.AnyTagClassName
{
color: #21BDBD;
}
</style>
background-color css
<style>
a { background-color: #21BDBD; }
a { background-color: rgb(33,189,189); }
div.DivClassName
{
background-color: #21BDBD;
}
.BgClassName
{
background-color: #21BDBD;
}
</style>
border-color css
<style>
span { border-color: #21BDBD; }
span { border-color: rgb(33,189,189); }
td.TdClassName
{
border-color: #21BDBD;
}
.TagClassName
{
border-color: #21BDBD;
}
</style>