Shades of Light Sea Green #20BDA5
Tints of Light Sea Green #20BDA5
RGB
CMYK
RGB Variations
Color information
#20BDA5 (or 0x20BDA5) is known color: Light Sea Green. HEX triplet: 20, BD and A5. RGB value is (32,189,165). Sum of RGB (Red+Green+Blue) = 32+189+165=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #20BDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BDA5 is #DF425A. Grayscale: #8B8B8B. Windows color (decimal): -14631515 or 10861856. OLE color: 10861856.
HSL color Cylindrical-coordinate representation of color #20BDA5: hue angle of 170.83º 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 #20BDA5 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 165 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.26 |
| HSL | 170.83º | 0.71% | 0.43% | - |
| HSV(B) | 170.83º | 0.83% | 0.74% | - |
| XYZ | 25.58 | 39.42 | 41.86 | - |
| YUV | 139.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 165 | 0.83 | 0 | 0.13 | 0.26 | 170.83 | 0.71 | 0.43 |
| Hex | 20 | BD | A5 | 53 | 0 | D | 1A | AB | 47 | 2B |
| Octal | 40 | 275 | 245 | 123 | 0 | 15 | 32 | 253 | 107 | 53 |
| Binary | 100000 | 10111101 | 10100101 | 1010011 | 0 | 1101 | 11010 | 10101011 | 1000111 | 101011 |
Color Harmonies of #20BDA5
Complementary color
Monochromatic Colors of #20BDA5
Black with #20BDA5
Text Example
Text Example
White with #20BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BDA5; }
p { color: rgb(32,189,165); }
H1.HeaderClassName
{
color: #20BDA5;
}
.AnyTagClassName
{
color: #20BDA5;
}
</style>
background-color css
<style>
a { background-color: #20BDA5; }
a { background-color: rgb(32,189,165); }
div.DivClassName
{
background-color: #20BDA5;
}
.BgClassName
{
background-color: #20BDA5;
}
</style>
border-color css
<style>
span { border-color: #20BDA5; }
span { border-color: rgb(32,189,165); }
td.TdClassName
{
border-color: #20BDA5;
}
.TagClassName
{
border-color: #20BDA5;
}
</style>