Shades of Light Sea Green #20BDBD
Tints of Light Sea Green #20BDBD
RGB
CMYK
RGB Variations
Color information
#20BDBD (or 0x20BDBD) is known color: Light Sea Green. HEX triplet: 20, BD and BD. RGB value is (32,189,189). Sum of RGB (Red+Green+Blue) = 32+189+189=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #20BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDBD is #DF4242. Grayscale: #8D8D8D. Windows color (decimal): -14631491 or 12434720. OLE color: 12434720.
HSL color Cylindrical-coordinate representation of color #20BDBD: hue angle of 180º 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 #20BDBD is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 189 | - |
| CMYK | 0.83 | 0 | 0 | 0.26 |
| HSL | 180º | 0.71% | 0.43% | - |
| HSV(B) | 180º | 0.83% | 0.74% | - |
| XYZ | 27.98 | 40.38 | 54.46 | - |
| YUV | 142.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 189 | 0.83 | 0 | 0 | 0.26 | 180 | 0.71 | 0.43 |
| Hex | 20 | BD | BD | 53 | 0 | 0 | 1A | B4 | 47 | 2B |
| Octal | 40 | 275 | 275 | 123 | 0 | 0 | 32 | 264 | 107 | 53 |
| Binary | 100000 | 10111101 | 10111101 | 1010011 | 0 | 0 | 11010 | 10110100 | 1000111 | 101011 |
Color Harmonies of #20BDBD
Complementary color
Monochromatic Colors of #20BDBD
Black with #20BDBD
Text Example
Text Example
White with #20BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDBD; }
p { color: rgb(32,189,189); }
H1.HeaderClassName
{
color: #20BDBD;
}
.AnyTagClassName
{
color: #20BDBD;
}
</style>
background-color css
<style>
a { background-color: #20BDBD; }
a { background-color: rgb(32,189,189); }
div.DivClassName
{
background-color: #20BDBD;
}
.BgClassName
{
background-color: #20BDBD;
}
</style>
border-color css
<style>
span { border-color: #20BDBD; }
span { border-color: rgb(32,189,189); }
td.TdClassName
{
border-color: #20BDBD;
}
.TagClassName
{
border-color: #20BDBD;
}
</style>