Shades of Light Sea Green #20B7AD
Tints of Light Sea Green #20B7AD
RGB
CMYK
RGB Variations
Color information
#20B7AD (or 0x20B7AD) is known color: Light Sea Green. HEX triplet: 20, B7 and AD. RGB value is (32,183,173). Sum of RGB (Red+Green+Blue) = 32+183+173=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #20B7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B7AD is #DF4852. Grayscale: #888888. Windows color (decimal): -14633043 or 11384608. OLE color: 11384608.
HSL color Cylindrical-coordinate representation of color #20B7AD: hue angle of 176.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B7AD is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 173 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.28 |
| HSL | 176.03º | 0.7% | 0.42% | - |
| HSV(B) | 176.03º | 0.83% | 0.72% | - |
| XYZ | 25.07 | 37.19 | 45.39 | - |
| YUV | 136.71 | 148.47 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 173 | 0.83 | 0 | 0.05 | 0.28 | 176.03 | 0.7 | 0.42 |
| Hex | 20 | B7 | AD | 53 | 0 | 5 | 1C | B0 | 46 | 2A |
| Octal | 40 | 267 | 255 | 123 | 0 | 5 | 34 | 260 | 106 | 52 |
| Binary | 100000 | 10110111 | 10101101 | 1010011 | 0 | 101 | 11100 | 10110000 | 1000110 | 101010 |
Color Harmonies of #20B7AD
Complementary color
Monochromatic Colors of #20B7AD
Black with #20B7AD
Text Example
Text Example
White with #20B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B7AD; }
p { color: rgb(32,183,173); }
H1.HeaderClassName
{
color: #20B7AD;
}
.AnyTagClassName
{
color: #20B7AD;
}
</style>
background-color css
<style>
a { background-color: #20B7AD; }
a { background-color: rgb(32,183,173); }
div.DivClassName
{
background-color: #20B7AD;
}
.BgClassName
{
background-color: #20B7AD;
}
</style>
border-color css
<style>
span { border-color: #20B7AD; }
span { border-color: rgb(32,183,173); }
td.TdClassName
{
border-color: #20B7AD;
}
.TagClassName
{
border-color: #20B7AD;
}
</style>