Shades of Mountain Meadow #10A98A
Tints of Mountain Meadow #10A98A
RGB
CMYK
RGB Variations
Color information
#10A98A (or 0x10A98A) is known color: Mountain Meadow. HEX triplet: 10, A9 and 8A. RGB value is (16,169,138). Sum of RGB (Red+Green+Blue) = 16+169+138=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #10A98A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A98A is #EF5675. Grayscale: #777777. Windows color (decimal): -15685238 or 9087248. OLE color: 9087248.
HSL color Cylindrical-coordinate representation of color #10A98A: hue angle of 167.84º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A98A is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 138 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.34 |
| HSL | 167.84º | 0.83% | 0.36% | - |
| HSV(B) | 167.84º | 0.91% | 0.66% | - |
| XYZ | 18.99 | 30.32 | 28.9 | - |
| YUV | 119.72 | 138.31 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 138 | 0.91 | 0 | 0.18 | 0.34 | 167.84 | 0.83 | 0.36 |
| Hex | 10 | A9 | 8A | 5B | 0 | 12 | 22 | A8 | 53 | 24 |
| Octal | 20 | 251 | 212 | 133 | 0 | 22 | 42 | 250 | 123 | 44 |
| Binary | 10000 | 10101001 | 10001010 | 1011011 | 0 | 10010 | 100010 | 10101000 | 1010011 | 100100 |
Color Harmonies of #10A98A
Complementary color
Monochromatic Colors of #10A98A
Black with #10A98A
Text Example
Text Example
White with #10A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A98A; }
p { color: rgb(16,169,138); }
H1.HeaderClassName
{
color: #10A98A;
}
.AnyTagClassName
{
color: #10A98A;
}
</style>
background-color css
<style>
a { background-color: #10A98A; }
a { background-color: rgb(16,169,138); }
div.DivClassName
{
background-color: #10A98A;
}
.BgClassName
{
background-color: #10A98A;
}
</style>
border-color css
<style>
span { border-color: #10A98A; }
span { border-color: rgb(16,169,138); }
td.TdClassName
{
border-color: #10A98A;
}
.TagClassName
{
border-color: #10A98A;
}
</style>