Shades of Medium Sea Green #20AF6B
Tints of Medium Sea Green #20AF6B
RGB
CMYK
RGB Variations
Color information
#20AF6B (or 0x20AF6B) is known color: Medium Sea Green. HEX triplet: 20, AF and 6B. RGB value is (32,175,107). Sum of RGB (Red+Green+Blue) = 32+175+107=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF6B is #DF5094. Grayscale: #7C7C7C. Windows color (decimal): -14635157 or 7057184. OLE color: 7057184.
HSL color Cylindrical-coordinate representation of color #20AF6B: hue angle of 151.47º 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 #20AF6B is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 107 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.31 |
| HSL | 151.47º | 0.69% | 0.41% | - |
| HSV(B) | 151.47º | 0.82% | 0.69% | - |
| XYZ | 18.58 | 32.03 | 19.11 | - |
| YUV | 124.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 107 | 0.82 | 0 | 0.39 | 0.31 | 151.47 | 0.69 | 0.41 |
| Hex | 20 | AF | 6B | 52 | 0 | 27 | 1F | 97 | 45 | 29 |
| Octal | 40 | 257 | 153 | 122 | 0 | 47 | 37 | 227 | 105 | 51 |
| Binary | 100000 | 10101111 | 1101011 | 1010010 | 0 | 100111 | 11111 | 10010111 | 1000101 | 101001 |
Color Harmonies of #20AF6B
Complementary color
Monochromatic Colors of #20AF6B
Black with #20AF6B
Text Example
Text Example
White with #20AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF6B; }
p { color: rgb(32,175,107); }
H1.HeaderClassName
{
color: #20AF6B;
}
.AnyTagClassName
{
color: #20AF6B;
}
</style>
background-color css
<style>
a { background-color: #20AF6B; }
a { background-color: rgb(32,175,107); }
div.DivClassName
{
background-color: #20AF6B;
}
.BgClassName
{
background-color: #20AF6B;
}
</style>
border-color css
<style>
span { border-color: #20AF6B; }
span { border-color: rgb(32,175,107); }
td.TdClassName
{
border-color: #20AF6B;
}
.TagClassName
{
border-color: #20AF6B;
}
</style>