Shades of Light Sea Green #20BAB5
Tints of Light Sea Green #20BAB5
RGB
CMYK
RGB Variations
Color information
#20BAB5 (or 0x20BAB5) is known color: Light Sea Green. HEX triplet: 20, BA and B5. RGB value is (32,186,181). Sum of RGB (Red+Green+Blue) = 32+186+181=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #20BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAB5 is #DF454A. Grayscale: #8B8B8B. Windows color (decimal): -14632267 or 11909664. OLE color: 11909664.
HSL color Cylindrical-coordinate representation of color #20BAB5: hue angle of 178.05º 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 #20BAB5 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 181 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.27 |
| HSL | 178.05º | 0.71% | 0.43% | - |
| HSV(B) | 178.05º | 0.83% | 0.73% | - |
| XYZ | 26.5 | 38.76 | 49.8 | - |
| YUV | 139.38 | 151.48 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 181 | 0.83 | 0 | 0.03 | 0.27 | 178.05 | 0.71 | 0.43 |
| Hex | 20 | BA | B5 | 53 | 0 | 3 | 1B | B2 | 47 | 2B |
| Octal | 40 | 272 | 265 | 123 | 0 | 3 | 33 | 262 | 107 | 53 |
| Binary | 100000 | 10111010 | 10110101 | 1010011 | 0 | 11 | 11011 | 10110010 | 1000111 | 101011 |
Color Harmonies of #20BAB5
Complementary color
Monochromatic Colors of #20BAB5
Black with #20BAB5
Text Example
Text Example
White with #20BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAB5; }
p { color: rgb(32,186,181); }
H1.HeaderClassName
{
color: #20BAB5;
}
.AnyTagClassName
{
color: #20BAB5;
}
</style>
background-color css
<style>
a { background-color: #20BAB5; }
a { background-color: rgb(32,186,181); }
div.DivClassName
{
background-color: #20BAB5;
}
.BgClassName
{
background-color: #20BAB5;
}
</style>
border-color css
<style>
span { border-color: #20BAB5; }
span { border-color: rgb(32,186,181); }
td.TdClassName
{
border-color: #20BAB5;
}
.TagClassName
{
border-color: #20BAB5;
}
</style>