Shades of Mountain Meadow #23BA94
Tints of Mountain Meadow #23BA94
RGB
CMYK
RGB Variations
Color information
#23BA94 (or 0x23BA94) is known color: Mountain Meadow. HEX triplet: 23, BA and 94. RGB value is (35,186,148). Sum of RGB (Red+Green+Blue) = 35+186+148=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BA94 is #DC456B. Grayscale: #888888. Windows color (decimal): -14435692 or 9746979. OLE color: 9746979.
HSL color Cylindrical-coordinate representation of color #23BA94: hue angle of 164.9º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA94 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 148 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.27 |
| HSL | 164.9º | 0.68% | 0.43% | - |
| HSV(B) | 164.9º | 0.81% | 0.73% | - |
| XYZ | 23.6 | 37.61 | 34.03 | - |
| YUV | 136.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 148 | 0.81 | 0 | 0.20 | 0.27 | 164.9 | 0.68 | 0.43 |
| Hex | 23 | BA | 94 | 51 | 0 | 14 | 1B | A5 | 44 | 2B |
| Octal | 43 | 272 | 224 | 121 | 0 | 24 | 33 | 245 | 104 | 53 |
| Binary | 100011 | 10111010 | 10010100 | 1010001 | 0 | 10100 | 11011 | 10100101 | 1000100 | 101011 |
Color Harmonies of #23BA94
Complementary color
Monochromatic Colors of #23BA94
Black with #23BA94
Text Example
Text Example
White with #23BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA94; }
p { color: rgb(35,186,148); }
H1.HeaderClassName
{
color: #23BA94;
}
.AnyTagClassName
{
color: #23BA94;
}
</style>
background-color css
<style>
a { background-color: #23BA94; }
a { background-color: rgb(35,186,148); }
div.DivClassName
{
background-color: #23BA94;
}
.BgClassName
{
background-color: #23BA94;
}
</style>
border-color css
<style>
span { border-color: #23BA94; }
span { border-color: rgb(35,186,148); }
td.TdClassName
{
border-color: #23BA94;
}
.TagClassName
{
border-color: #23BA94;
}
</style>