Shades of Light Sea Green #20BBAF
Tints of Light Sea Green #20BBAF
RGB
CMYK
RGB Variations
Color information
#20BBAF (or 0x20BBAF) is known color: Light Sea Green. HEX triplet: 20, BB and AF. RGB value is (32,187,175). Sum of RGB (Red+Green+Blue) = 32+187+175=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #20BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BBAF is #DF4450. Grayscale: #8B8B8B. Windows color (decimal): -14632017 or 11516704. OLE color: 11516704.
HSL color Cylindrical-coordinate representation of color #20BBAF: hue angle of 175.35º 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 #20BBAF is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 187 | 175 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.27 |
| HSL | 175.35º | 0.71% | 0.43% | - |
| HSV(B) | 175.35º | 0.83% | 0.73% | - |
| XYZ | 26.1 | 38.94 | 46.7 | - |
| YUV | 139.29 | 148.15 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 175 | 0.83 | 0 | 0.06 | 0.27 | 175.35 | 0.71 | 0.43 |
| Hex | 20 | BB | AF | 53 | 0 | 6 | 1B | AF | 47 | 2B |
| Octal | 40 | 273 | 257 | 123 | 0 | 6 | 33 | 257 | 107 | 53 |
| Binary | 100000 | 10111011 | 10101111 | 1010011 | 0 | 110 | 11011 | 10101111 | 1000111 | 101011 |
Color Harmonies of #20BBAF
Complementary color
Monochromatic Colors of #20BBAF
Black with #20BBAF
Text Example
Text Example
White with #20BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBAF; }
p { color: rgb(32,187,175); }
H1.HeaderClassName
{
color: #20BBAF;
}
.AnyTagClassName
{
color: #20BBAF;
}
</style>
background-color css
<style>
a { background-color: #20BBAF; }
a { background-color: rgb(32,187,175); }
div.DivClassName
{
background-color: #20BBAF;
}
.BgClassName
{
background-color: #20BBAF;
}
</style>
border-color css
<style>
span { border-color: #20BBAF; }
span { border-color: rgb(32,187,175); }
td.TdClassName
{
border-color: #20BBAF;
}
.TagClassName
{
border-color: #20BBAF;
}
</style>