Shades of Light Sea Green #20BDBF
Tints of Light Sea Green #20BDBF
RGB
CMYK
RGB Variations
Color information
#20BDBF (or 0x20BDBF) is known color: Light Sea Green. HEX triplet: 20, BD and BF. RGB value is (32,189,191). Sum of RGB (Red+Green+Blue) = 32+189+191=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #20BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BDBF is #DF4240. Grayscale: #8E8E8E. Windows color (decimal): -14631489 or 12565792. OLE color: 12565792.
HSL color Cylindrical-coordinate representation of color #20BDBF: hue angle of 180.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BDBF is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 189 | 191 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.25 |
| HSL | 180.75º | 0.71% | 0.44% | - |
| HSV(B) | 180.75º | 0.83% | 0.75% | - |
| XYZ | 28.2 | 40.46 | 55.61 | - |
| YUV | 142.29 | 155.49 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 191 | 0.83 | 0.01 | 0 | 0.25 | 180.75 | 0.71 | 0.44 |
| Hex | 20 | BD | BF | 53 | 1 | 0 | 19 | B5 | 47 | 2C |
| Octal | 40 | 275 | 277 | 123 | 1 | 0 | 31 | 265 | 107 | 54 |
| Binary | 100000 | 10111101 | 10111111 | 1010011 | 1 | 0 | 11001 | 10110101 | 1000111 | 101100 |
Color Harmonies of #20BDBF
Complementary color
Monochromatic Colors of #20BDBF
Black with #20BDBF
Text Example
Text Example
White with #20BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDBF; }
p { color: rgb(32,189,191); }
H1.HeaderClassName
{
color: #20BDBF;
}
.AnyTagClassName
{
color: #20BDBF;
}
</style>
background-color css
<style>
a { background-color: #20BDBF; }
a { background-color: rgb(32,189,191); }
div.DivClassName
{
background-color: #20BDBF;
}
.BgClassName
{
background-color: #20BDBF;
}
</style>
border-color css
<style>
span { border-color: #20BDBF; }
span { border-color: rgb(32,189,191); }
td.TdClassName
{
border-color: #20BDBF;
}
.TagClassName
{
border-color: #20BDBF;
}
</style>