Shades of Mountain Meadow #2ABA7B
Tints of Mountain Meadow #2ABA7B
RGB
CMYK
RGB Variations
Color information
#2ABA7B (or 0x2ABA7B) is known color: Mountain Meadow. HEX triplet: 2A, BA and 7B. RGB value is (42,186,123). Sum of RGB (Red+Green+Blue) = 42+186+123=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA7B is #D54584. Grayscale: #878787. Windows color (decimal): -13976965 or 8108586. OLE color: 8108586.
HSL color Cylindrical-coordinate representation of color #2ABA7B: hue angle of 153.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA7B is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
RGB | 42 | 186 | 123 | - |
CMYK | 0.77 | 0 | 0.34 | 0.27 |
HSL | 153.75º | 0.63% | 0.45% | - |
HSV(B) | 153.75º | 0.77% | 0.73% | - |
XYZ | 22.09 | 37.04 | 24.72 | - |
YUV | 135.76 | 120.79 | 61.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 186 | 123 | 0.77 | 0 | 0.34 | 0.27 | 153.75 | 0.63 | 0.45 |
Hex | 2A | BA | 7B | 4D | 0 | 22 | 1B | 9A | 3F | 2D |
Octal | 52 | 272 | 173 | 115 | 0 | 42 | 33 | 232 | 77 | 55 |
Binary | 101010 | 10111010 | 1111011 | 1001101 | 0 | 100010 | 11011 | 10011010 | 111111 | 101101 |
Color Harmonies of #2ABA7B
Complementary color
Monochromatic Colors of #2ABA7B
Black with #2ABA7B
Text Example
Text Example
White with #2ABA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA7B; }
p { color: rgb(42,186,123); }
H1.HeaderClassName
{
color: #2ABA7B;
}
.AnyTagClassName
{
color: #2ABA7B;
}
</style>
background-color css
<style>
a { background-color: #2ABA7B; }
a { background-color: rgb(42,186,123); }
div.DivClassName
{
background-color: #2ABA7B;
}
.BgClassName
{
background-color: #2ABA7B;
}
</style>
border-color css
<style>
span { border-color: #2ABA7B; }
span { border-color: rgb(42,186,123); }
td.TdClassName
{
border-color: #2ABA7B;
}
.TagClassName
{
border-color: #2ABA7B;
}
</style>