Shades of Mountain Meadow #23AF7E
Tints of Mountain Meadow #23AF7E
RGB
CMYK
RGB Variations
Color information
#23AF7E (or 0x23AF7E) is known color: Mountain Meadow. HEX triplet: 23, AF and 7E. RGB value is (35,175,126). Sum of RGB (Red+Green+Blue) = 35+175+126=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AF7E is #DC5081. Grayscale: #7F7F7F. Windows color (decimal): -14438530 or 8302371. OLE color: 8302371.
HSL color Cylindrical-coordinate representation of color #23AF7E: hue angle of 159º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF7E is Cyan = 0.8, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 126 | - |
| CMYK | 0.8 | 0 | 0.28 | 0.31 |
| HSL | 159º | 0.67% | 0.41% | - |
| HSV(B) | 159º | 0.8% | 0.69% | - |
| XYZ | 19.79 | 32.52 | 24.97 | - |
| YUV | 127.55 | 127.12 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 126 | 0.8 | 0 | 0.28 | 0.31 | 159 | 0.67 | 0.41 |
| Hex | 23 | AF | 7E | 50 | 0 | 1C | 1F | 9F | 43 | 29 |
| Octal | 43 | 257 | 176 | 120 | 0 | 34 | 37 | 237 | 103 | 51 |
| Binary | 100011 | 10101111 | 1111110 | 1010000 | 0 | 11100 | 11111 | 10011111 | 1000011 | 101001 |
Color Harmonies of #23AF7E
Complementary color
Monochromatic Colors of #23AF7E
Black with #23AF7E
Text Example
Text Example
White with #23AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF7E; }
p { color: rgb(35,175,126); }
H1.HeaderClassName
{
color: #23AF7E;
}
.AnyTagClassName
{
color: #23AF7E;
}
</style>
background-color css
<style>
a { background-color: #23AF7E; }
a { background-color: rgb(35,175,126); }
div.DivClassName
{
background-color: #23AF7E;
}
.BgClassName
{
background-color: #23AF7E;
}
</style>
border-color css
<style>
span { border-color: #23AF7E; }
span { border-color: rgb(35,175,126); }
td.TdClassName
{
border-color: #23AF7E;
}
.TagClassName
{
border-color: #23AF7E;
}
</style>