Shades of Mountain Meadow #10AF7B
Tints of Mountain Meadow #10AF7B
RGB
CMYK
RGB Variations
Color information
#10AF7B (or 0x10AF7B) is known color: Mountain Meadow. HEX triplet: 10, AF and 7B. RGB value is (16,175,123). Sum of RGB (Red+Green+Blue) = 16+175+123=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF7B is #EF5084. Grayscale: #797979. Windows color (decimal): -15683717 or 8105744. OLE color: 8105744.
HSL color Cylindrical-coordinate representation of color #10AF7B: hue angle of 160.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF7B is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 123 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.31 |
| HSL | 160.38º | 0.83% | 0.37% | - |
| HSV(B) | 160.38º | 0.91% | 0.69% | - |
| XYZ | 19.12 | 32.2 | 23.95 | - |
| YUV | 121.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 123 | 0.91 | 0 | 0.30 | 0.31 | 160.38 | 0.83 | 0.37 |
| Hex | 10 | AF | 7B | 5B | 0 | 1E | 1F | A0 | 53 | 25 |
| Octal | 20 | 257 | 173 | 133 | 0 | 36 | 37 | 240 | 123 | 45 |
| Binary | 10000 | 10101111 | 1111011 | 1011011 | 0 | 11110 | 11111 | 10100000 | 1010011 | 100101 |
Color Harmonies of #10AF7B
Complementary color
Monochromatic Colors of #10AF7B
Black with #10AF7B
Text Example
Text Example
White with #10AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF7B; }
p { color: rgb(16,175,123); }
H1.HeaderClassName
{
color: #10AF7B;
}
.AnyTagClassName
{
color: #10AF7B;
}
</style>
background-color css
<style>
a { background-color: #10AF7B; }
a { background-color: rgb(16,175,123); }
div.DivClassName
{
background-color: #10AF7B;
}
.BgClassName
{
background-color: #10AF7B;
}
</style>
border-color css
<style>
span { border-color: #10AF7B; }
span { border-color: rgb(16,175,123); }
td.TdClassName
{
border-color: #10AF7B;
}
.TagClassName
{
border-color: #10AF7B;
}
</style>