Shades of Light Sea Green #20BABA
Tints of Light Sea Green #20BABA
RGB
CMYK
RGB Variations
Color information
#20BABA (or 0x20BABA) is known color: Light Sea Green. HEX triplet: 20, BA and BA. RGB value is (32,186,186). Sum of RGB (Red+Green+Blue) = 32+186+186=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #20BABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BABA is #DF4545. Grayscale: #8B8B8B. Windows color (decimal): -14632262 or 12237344. OLE color: 12237344.
HSL color Cylindrical-coordinate representation of color #20BABA: hue angle of 180º 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 #20BABA is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 186 | - |
| CMYK | 0.83 | 0 | 0 | 0.27 |
| HSL | 180º | 0.71% | 0.43% | - |
| HSV(B) | 180º | 0.83% | 0.73% | - |
| XYZ | 27.02 | 38.97 | 52.55 | - |
| YUV | 139.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 186 | 0.83 | 0 | 0 | 0.27 | 180 | 0.71 | 0.43 |
| Hex | 20 | BA | BA | 53 | 0 | 0 | 1B | B4 | 47 | 2B |
| Octal | 40 | 272 | 272 | 123 | 0 | 0 | 33 | 264 | 107 | 53 |
| Binary | 100000 | 10111010 | 10111010 | 1010011 | 0 | 0 | 11011 | 10110100 | 1000111 | 101011 |
Color Harmonies of #20BABA
Complementary color
Monochromatic Colors of #20BABA
Black with #20BABA
Text Example
Text Example
White with #20BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BABA; }
p { color: rgb(32,186,186); }
H1.HeaderClassName
{
color: #20BABA;
}
.AnyTagClassName
{
color: #20BABA;
}
</style>
background-color css
<style>
a { background-color: #20BABA; }
a { background-color: rgb(32,186,186); }
div.DivClassName
{
background-color: #20BABA;
}
.BgClassName
{
background-color: #20BABA;
}
</style>
border-color css
<style>
span { border-color: #20BABA; }
span { border-color: rgb(32,186,186); }
td.TdClassName
{
border-color: #20BABA;
}
.TagClassName
{
border-color: #20BABA;
}
</style>