Shades of Mountain Meadow #23B584
Tints of Mountain Meadow #23B584
RGB
CMYK
RGB Variations
Color information
#23B584 (or 0x23B584) is known color: Mountain Meadow. HEX triplet: 23, B5 and 84. RGB value is (35,181,132). Sum of RGB (Red+Green+Blue) = 35+181+132=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #23B584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B584 is #DC4A7B. Grayscale: #838383. Windows color (decimal): -14436988 or 8697123. OLE color: 8697123.
HSL color Cylindrical-coordinate representation of color #23B584: hue angle of 159.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B584 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 181 | 132 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.29 |
| HSL | 159.86º | 0.68% | 0.42% | - |
| HSV(B) | 159.86º | 0.81% | 0.71% | - |
| XYZ | 21.38 | 35.07 | 27.47 | - |
| YUV | 131.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 181 | 132 | 0.81 | 0 | 0.27 | 0.29 | 159.86 | 0.68 | 0.42 |
| Hex | 23 | B5 | 84 | 51 | 0 | 1B | 1D | A0 | 44 | 2A |
| Octal | 43 | 265 | 204 | 121 | 0 | 33 | 35 | 240 | 104 | 52 |
| Binary | 100011 | 10110101 | 10000100 | 1010001 | 0 | 11011 | 11101 | 10100000 | 1000100 | 101010 |
Color Harmonies of #23B584
Complementary color
Monochromatic Colors of #23B584
Black with #23B584
Text Example
Text Example
White with #23B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B584; }
p { color: rgb(35,181,132); }
H1.HeaderClassName
{
color: #23B584;
}
.AnyTagClassName
{
color: #23B584;
}
</style>
background-color css
<style>
a { background-color: #23B584; }
a { background-color: rgb(35,181,132); }
div.DivClassName
{
background-color: #23B584;
}
.BgClassName
{
background-color: #23B584;
}
</style>
border-color css
<style>
span { border-color: #23B584; }
span { border-color: rgb(35,181,132); }
td.TdClassName
{
border-color: #23B584;
}
.TagClassName
{
border-color: #23B584;
}
</style>