Shades of Light Sea Green #20BAB0
Tints of Light Sea Green #20BAB0
RGB
CMYK
RGB Variations
Color information
#20BAB0 (or 0x20BAB0) is known color: Light Sea Green. HEX triplet: 20, BA and B0. RGB value is (32,186,176). Sum of RGB (Red+Green+Blue) = 32+186+176=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #20BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BAB0 is #DF454F. Grayscale: #8A8A8A. Windows color (decimal): -14632272 or 11581984. OLE color: 11581984.
HSL color Cylindrical-coordinate representation of color #20BAB0: hue angle of 176.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BAB0 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 176 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.27 |
| HSL | 176.1º | 0.71% | 0.43% | - |
| HSV(B) | 176.1º | 0.83% | 0.73% | - |
| XYZ | 25.99 | 38.56 | 47.15 | - |
| YUV | 138.81 | 148.98 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 176 | 0.83 | 0 | 0.05 | 0.27 | 176.1 | 0.71 | 0.43 |
| Hex | 20 | BA | B0 | 53 | 0 | 5 | 1B | B0 | 47 | 2B |
| Octal | 40 | 272 | 260 | 123 | 0 | 5 | 33 | 260 | 107 | 53 |
| Binary | 100000 | 10111010 | 10110000 | 1010011 | 0 | 101 | 11011 | 10110000 | 1000111 | 101011 |
Color Harmonies of #20BAB0
Complementary color
Monochromatic Colors of #20BAB0
Black with #20BAB0
Text Example
Text Example
White with #20BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAB0; }
p { color: rgb(32,186,176); }
H1.HeaderClassName
{
color: #20BAB0;
}
.AnyTagClassName
{
color: #20BAB0;
}
</style>
background-color css
<style>
a { background-color: #20BAB0; }
a { background-color: rgb(32,186,176); }
div.DivClassName
{
background-color: #20BAB0;
}
.BgClassName
{
background-color: #20BAB0;
}
</style>
border-color css
<style>
span { border-color: #20BAB0; }
span { border-color: rgb(32,186,176); }
td.TdClassName
{
border-color: #20BAB0;
}
.TagClassName
{
border-color: #20BAB0;
}
</style>