Shades of Mountain Meadow #23BA8B
Tints of Mountain Meadow #23BA8B
RGB
CMYK
RGB Variations
Color information
#23BA8B (or 0x23BA8B) is known color: Mountain Meadow. HEX triplet: 23, BA and 8B. RGB value is (35,186,139). Sum of RGB (Red+Green+Blue) = 35+186+139=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BA8B is #DC4574. Grayscale: #878787. Windows color (decimal): -14435701 or 9157155. OLE color: 9157155.
HSL color Cylindrical-coordinate representation of color #23BA8B: hue angle of 161.32º 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 #23BA8B is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 139 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.27 |
| HSL | 161.32º | 0.68% | 0.43% | - |
| HSV(B) | 161.32º | 0.81% | 0.73% | - |
| XYZ | 22.91 | 37.34 | 30.43 | - |
| YUV | 135.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 139 | 0.81 | 0 | 0.25 | 0.27 | 161.32 | 0.68 | 0.43 |
| Hex | 23 | BA | 8B | 51 | 0 | 19 | 1B | A1 | 44 | 2B |
| Octal | 43 | 272 | 213 | 121 | 0 | 31 | 33 | 241 | 104 | 53 |
| Binary | 100011 | 10111010 | 10001011 | 1010001 | 0 | 11001 | 11011 | 10100001 | 1000100 | 101011 |
Color Harmonies of #23BA8B
Complementary color
Monochromatic Colors of #23BA8B
Black with #23BA8B
Text Example
Text Example
White with #23BA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA8B; }
p { color: rgb(35,186,139); }
H1.HeaderClassName
{
color: #23BA8B;
}
.AnyTagClassName
{
color: #23BA8B;
}
</style>
background-color css
<style>
a { background-color: #23BA8B; }
a { background-color: rgb(35,186,139); }
div.DivClassName
{
background-color: #23BA8B;
}
.BgClassName
{
background-color: #23BA8B;
}
</style>
border-color css
<style>
span { border-color: #23BA8B; }
span { border-color: rgb(35,186,139); }
td.TdClassName
{
border-color: #23BA8B;
}
.TagClassName
{
border-color: #23BA8B;
}
</style>