Shades of Medium Sea Green #20AF68
Tints of Medium Sea Green #20AF68
RGB
CMYK
RGB Variations
Color information
#20AF68 (or 0x20AF68) is known color: Medium Sea Green. HEX triplet: 20, AF and 68. RGB value is (32,175,104). Sum of RGB (Red+Green+Blue) = 32+175+104=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF68 is #DF5097. Grayscale: #7C7C7C. Windows color (decimal): -14635160 or 6860576. OLE color: 6860576.
HSL color Cylindrical-coordinate representation of color #20AF68: hue angle of 150.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF68 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 104 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.31 |
| HSL | 150.21º | 0.69% | 0.41% | - |
| HSV(B) | 150.21º | 0.82% | 0.69% | - |
| XYZ | 18.42 | 31.97 | 18.3 | - |
| YUV | 124.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 104 | 0.82 | 0 | 0.41 | 0.31 | 150.21 | 0.69 | 0.41 |
| Hex | 20 | AF | 68 | 52 | 0 | 29 | 1F | 96 | 45 | 29 |
| Octal | 40 | 257 | 150 | 122 | 0 | 51 | 37 | 226 | 105 | 51 |
| Binary | 100000 | 10101111 | 1101000 | 1010010 | 0 | 101001 | 11111 | 10010110 | 1000101 | 101001 |
Color Harmonies of #20AF68
Complementary color
Monochromatic Colors of #20AF68
Black with #20AF68
Text Example
Text Example
White with #20AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF68; }
p { color: rgb(32,175,104); }
H1.HeaderClassName
{
color: #20AF68;
}
.AnyTagClassName
{
color: #20AF68;
}
</style>
background-color css
<style>
a { background-color: #20AF68; }
a { background-color: rgb(32,175,104); }
div.DivClassName
{
background-color: #20AF68;
}
.BgClassName
{
background-color: #20AF68;
}
</style>
border-color css
<style>
span { border-color: #20AF68; }
span { border-color: rgb(32,175,104); }
td.TdClassName
{
border-color: #20AF68;
}
.TagClassName
{
border-color: #20AF68;
}
</style>