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