Shades of Light Sea Green #20B9AF
Tints of Light Sea Green #20B9AF
RGB
CMYK
RGB Variations
Color information
#20B9AF (or 0x20B9AF) is known color: Light Sea Green. HEX triplet: 20, B9 and AF. RGB value is (32,185,175). Sum of RGB (Red+Green+Blue) = 32+185+175=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #20B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B9AF is #DF4650. Grayscale: #8A8A8A. Windows color (decimal): -14632529 or 11516192. OLE color: 11516192.
HSL color Cylindrical-coordinate representation of color #20B9AF: hue angle of 176.08º 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 #20B9AF is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 185 | 175 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.27 |
| HSL | 176.08º | 0.71% | 0.43% | - |
| HSV(B) | 176.08º | 0.83% | 0.73% | - |
| XYZ | 25.68 | 38.1 | 46.56 | - |
| YUV | 138.11 | 148.81 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 175 | 0.83 | 0 | 0.05 | 0.27 | 176.08 | 0.71 | 0.43 |
| Hex | 20 | B9 | AF | 53 | 0 | 5 | 1B | B0 | 47 | 2B |
| Octal | 40 | 271 | 257 | 123 | 0 | 5 | 33 | 260 | 107 | 53 |
| Binary | 100000 | 10111001 | 10101111 | 1010011 | 0 | 101 | 11011 | 10110000 | 1000111 | 101011 |
Color Harmonies of #20B9AF
Complementary color
Monochromatic Colors of #20B9AF
Black with #20B9AF
Text Example
Text Example
White with #20B9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B9AF; }
p { color: rgb(32,185,175); }
H1.HeaderClassName
{
color: #20B9AF;
}
.AnyTagClassName
{
color: #20B9AF;
}
</style>
background-color css
<style>
a { background-color: #20B9AF; }
a { background-color: rgb(32,185,175); }
div.DivClassName
{
background-color: #20B9AF;
}
.BgClassName
{
background-color: #20B9AF;
}
</style>
border-color css
<style>
span { border-color: #20B9AF; }
span { border-color: rgb(32,185,175); }
td.TdClassName
{
border-color: #20B9AF;
}
.TagClassName
{
border-color: #20B9AF;
}
</style>