Shades of Light Sea Green #20BBA6
Tints of Light Sea Green #20BBA6
RGB
CMYK
RGB Variations
Color information
#20BBA6 (or 0x20BBA6) is known color: Light Sea Green. HEX triplet: 20, BB and A6. RGB value is (32,187,166). Sum of RGB (Red+Green+Blue) = 32+187+166=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #20BBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BBA6 is #DF4459. Grayscale: #8A8A8A. Windows color (decimal): -14632026 or 10926880. OLE color: 10926880.
HSL color Cylindrical-coordinate representation of color #20BBA6: hue angle of 171.87º 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 #20BBA6 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 187 | 166 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.27 |
| HSL | 171.87º | 0.71% | 0.43% | - |
| HSV(B) | 171.87º | 0.83% | 0.73% | - |
| XYZ | 25.25 | 38.6 | 42.2 | - |
| YUV | 138.26 | 143.65 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 166 | 0.83 | 0 | 0.11 | 0.27 | 171.87 | 0.71 | 0.43 |
| Hex | 20 | BB | A6 | 53 | 0 | B | 1B | AC | 47 | 2B |
| Octal | 40 | 273 | 246 | 123 | 0 | 13 | 33 | 254 | 107 | 53 |
| Binary | 100000 | 10111011 | 10100110 | 1010011 | 0 | 1011 | 11011 | 10101100 | 1000111 | 101011 |
Color Harmonies of #20BBA6
Complementary color
Monochromatic Colors of #20BBA6
Black with #20BBA6
Text Example
Text Example
White with #20BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBA6; }
p { color: rgb(32,187,166); }
H1.HeaderClassName
{
color: #20BBA6;
}
.AnyTagClassName
{
color: #20BBA6;
}
</style>
background-color css
<style>
a { background-color: #20BBA6; }
a { background-color: rgb(32,187,166); }
div.DivClassName
{
background-color: #20BBA6;
}
.BgClassName
{
background-color: #20BBA6;
}
</style>
border-color css
<style>
span { border-color: #20BBA6; }
span { border-color: rgb(32,187,166); }
td.TdClassName
{
border-color: #20BBA6;
}
.TagClassName
{
border-color: #20BBA6;
}
</style>