Shades of Mountain Meadow #23BC8C
Tints of Mountain Meadow #23BC8C
RGB
CMYK
RGB Variations
Color information
#23BC8C (or 0x23BC8C) is known color: Mountain Meadow. HEX triplet: 23, BC and 8C. RGB value is (35,188,140). Sum of RGB (Red+Green+Blue) = 35+188+140=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BC8C is #DC4373. Grayscale: #888888. Windows color (decimal): -14435188 or 9223203. OLE color: 9223203.
HSL color Cylindrical-coordinate representation of color #23BC8C: hue angle of 161.18º 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 #23BC8C is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 140 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.26 |
| HSL | 161.18º | 0.69% | 0.44% | - |
| HSV(B) | 161.18º | 0.81% | 0.74% | - |
| XYZ | 23.41 | 38.22 | 30.95 | - |
| YUV | 136.78 | 129.81 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 140 | 0.81 | 0 | 0.26 | 0.26 | 161.18 | 0.69 | 0.44 |
| Hex | 23 | BC | 8C | 51 | 0 | 1A | 1A | A1 | 45 | 2C |
| Octal | 43 | 274 | 214 | 121 | 0 | 32 | 32 | 241 | 105 | 54 |
| Binary | 100011 | 10111100 | 10001100 | 1010001 | 0 | 11010 | 11010 | 10100001 | 1000101 | 101100 |
Color Harmonies of #23BC8C
Complementary color
Monochromatic Colors of #23BC8C
Black with #23BC8C
Text Example
Text Example
White with #23BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC8C; }
p { color: rgb(35,188,140); }
H1.HeaderClassName
{
color: #23BC8C;
}
.AnyTagClassName
{
color: #23BC8C;
}
</style>
background-color css
<style>
a { background-color: #23BC8C; }
a { background-color: rgb(35,188,140); }
div.DivClassName
{
background-color: #23BC8C;
}
.BgClassName
{
background-color: #23BC8C;
}
</style>
border-color css
<style>
span { border-color: #23BC8C; }
span { border-color: rgb(35,188,140); }
td.TdClassName
{
border-color: #23BC8C;
}
.TagClassName
{
border-color: #23BC8C;
}
</style>