Shades of Mountain Meadow #23BD96
Tints of Mountain Meadow #23BD96
RGB
CMYK
RGB Variations
Color information
#23BD96 (or 0x23BD96) is known color: Mountain Meadow. HEX triplet: 23, BD and 96. RGB value is (35,189,150). Sum of RGB (Red+Green+Blue) = 35+189+150=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BD96 is #DC4269. Grayscale: #8A8A8A. Windows color (decimal): -14434922 or 9878819. OLE color: 9878819.
HSL color Cylindrical-coordinate representation of color #23BD96: hue angle of 164.81º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BD96 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 150 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.26 |
| HSL | 164.81º | 0.69% | 0.44% | - |
| HSV(B) | 164.81º | 0.81% | 0.74% | - |
| XYZ | 24.4 | 38.95 | 35.09 | - |
| YUV | 138.51 | 134.48 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 150 | 0.81 | 0 | 0.21 | 0.26 | 164.81 | 0.69 | 0.44 |
| Hex | 23 | BD | 96 | 51 | 0 | 15 | 1A | A5 | 45 | 2C |
| Octal | 43 | 275 | 226 | 121 | 0 | 25 | 32 | 245 | 105 | 54 |
| Binary | 100011 | 10111101 | 10010110 | 1010001 | 0 | 10101 | 11010 | 10100101 | 1000101 | 101100 |
Color Harmonies of #23BD96
Complementary color
Monochromatic Colors of #23BD96
Black with #23BD96
Text Example
Text Example
White with #23BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BD96; }
p { color: rgb(35,189,150); }
H1.HeaderClassName
{
color: #23BD96;
}
.AnyTagClassName
{
color: #23BD96;
}
</style>
background-color css
<style>
a { background-color: #23BD96; }
a { background-color: rgb(35,189,150); }
div.DivClassName
{
background-color: #23BD96;
}
.BgClassName
{
background-color: #23BD96;
}
</style>
border-color css
<style>
span { border-color: #23BD96; }
span { border-color: rgb(35,189,150); }
td.TdClassName
{
border-color: #23BD96;
}
.TagClassName
{
border-color: #23BD96;
}
</style>