Shades of Light Sea Green #20BDBA
Tints of Light Sea Green #20BDBA
RGB
CMYK
RGB Variations
Color information
#20BDBA (or 0x20BDBA) is known color: Light Sea Green. HEX triplet: 20, BD and BA. RGB value is (32,189,186). Sum of RGB (Red+Green+Blue) = 32+189+186=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #20BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDBA is #DF4245. Grayscale: #8D8D8D. Windows color (decimal): -14631494 or 12238112. OLE color: 12238112.
HSL color Cylindrical-coordinate representation of color #20BDBA: hue angle of 178.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BDBA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 186 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.26 |
| HSL | 178.85º | 0.71% | 0.43% | - |
| HSV(B) | 178.85º | 0.83% | 0.74% | - |
| XYZ | 27.66 | 40.25 | 52.77 | - |
| YUV | 141.72 | 152.99 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 186 | 0.83 | 0 | 0.02 | 0.26 | 178.85 | 0.71 | 0.43 |
| Hex | 20 | BD | BA | 53 | 0 | 2 | 1A | B3 | 47 | 2B |
| Octal | 40 | 275 | 272 | 123 | 0 | 2 | 32 | 263 | 107 | 53 |
| Binary | 100000 | 10111101 | 10111010 | 1010011 | 0 | 10 | 11010 | 10110011 | 1000111 | 101011 |
Color Harmonies of #20BDBA
Complementary color
Monochromatic Colors of #20BDBA
Black with #20BDBA
Text Example
Text Example
White with #20BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDBA; }
p { color: rgb(32,189,186); }
H1.HeaderClassName
{
color: #20BDBA;
}
.AnyTagClassName
{
color: #20BDBA;
}
</style>
background-color css
<style>
a { background-color: #20BDBA; }
a { background-color: rgb(32,189,186); }
div.DivClassName
{
background-color: #20BDBA;
}
.BgClassName
{
background-color: #20BDBA;
}
</style>
border-color css
<style>
span { border-color: #20BDBA; }
span { border-color: rgb(32,189,186); }
td.TdClassName
{
border-color: #20BDBA;
}
.TagClassName
{
border-color: #20BDBA;
}
</style>