Shades of Light Sea Green #20A79D
Tints of Light Sea Green #20A79D
RGB
CMYK
RGB Variations
Color information
#20A79D (or 0x20A79D) is known color: Light Sea Green. HEX triplet: 20, A7 and 9D. RGB value is (32,167,157). Sum of RGB (Red+Green+Blue) = 32+167+157=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #20A79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A79D is #DF5862. Grayscale: #7D7D7D. Windows color (decimal): -14637155 or 10331936. OLE color: 10331936.
HSL color Cylindrical-coordinate representation of color #20A79D: hue angle of 175.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A79D is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 167 | 157 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.35 |
| HSL | 175.56º | 0.68% | 0.39% | - |
| HSV(B) | 175.56º | 0.81% | 0.65% | - |
| XYZ | 20.5 | 30.38 | 36.68 | - |
| YUV | 125.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 167 | 157 | 0.81 | 0 | 0.06 | 0.35 | 175.56 | 0.68 | 0.39 |
| Hex | 20 | A7 | 9D | 51 | 0 | 6 | 23 | B0 | 44 | 27 |
| Octal | 40 | 247 | 235 | 121 | 0 | 6 | 43 | 260 | 104 | 47 |
| Binary | 100000 | 10100111 | 10011101 | 1010001 | 0 | 110 | 100011 | 10110000 | 1000100 | 100111 |
Color Harmonies of #20A79D
Complementary color
Monochromatic Colors of #20A79D
Black with #20A79D
Text Example
Text Example
White with #20A79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A79D; }
p { color: rgb(32,167,157); }
H1.HeaderClassName
{
color: #20A79D;
}
.AnyTagClassName
{
color: #20A79D;
}
</style>
background-color css
<style>
a { background-color: #20A79D; }
a { background-color: rgb(32,167,157); }
div.DivClassName
{
background-color: #20A79D;
}
.BgClassName
{
background-color: #20A79D;
}
</style>
border-color css
<style>
span { border-color: #20A79D; }
span { border-color: rgb(32,167,157); }
td.TdClassName
{
border-color: #20A79D;
}
.TagClassName
{
border-color: #20A79D;
}
</style>