Shades of Light Sea Green #20CDBA
Tints of Light Sea Green #20CDBA
RGB
CMYK
RGB Variations
Color information
#20CDBA (or 0x20CDBA) is known color: Light Sea Green. HEX triplet: 20, CD and BA. RGB value is (32,205,186). Sum of RGB (Red+Green+Blue) = 32+205+186=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDBA is #DF3245. Grayscale: #979797. Windows color (decimal): -14627398 or 12242208. OLE color: 12242208.
HSL color Cylindrical-coordinate representation of color #20CDBA: hue angle of 173.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CDBA is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 186 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.20 |
| HSL | 173.41º | 0.73% | 0.46% | - |
| HSV(B) | 173.41º | 0.84% | 0.8% | - |
| XYZ | 31.29 | 47.51 | 53.98 | - |
| YUV | 151.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 186 | 0.84 | 0 | 0.09 | 0.20 | 173.41 | 0.73 | 0.46 |
| Hex | 20 | CD | BA | 54 | 0 | 9 | 14 | AD | 49 | 2E |
| Octal | 40 | 315 | 272 | 124 | 0 | 11 | 24 | 255 | 111 | 56 |
| Binary | 100000 | 11001101 | 10111010 | 1010100 | 0 | 1001 | 10100 | 10101101 | 1001001 | 101110 |
Color Harmonies of #20CDBA
Complementary color
Monochromatic Colors of #20CDBA
Black with #20CDBA
Text Example
Text Example
White with #20CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDBA; }
p { color: rgb(32,205,186); }
H1.HeaderClassName
{
color: #20CDBA;
}
.AnyTagClassName
{
color: #20CDBA;
}
</style>
background-color css
<style>
a { background-color: #20CDBA; }
a { background-color: rgb(32,205,186); }
div.DivClassName
{
background-color: #20CDBA;
}
.BgClassName
{
background-color: #20CDBA;
}
</style>
border-color css
<style>
span { border-color: #20CDBA; }
span { border-color: rgb(32,205,186); }
td.TdClassName
{
border-color: #20CDBA;
}
.TagClassName
{
border-color: #20CDBA;
}
</style>