Shades of Mountain Meadow #23B07D
Tints of Mountain Meadow #23B07D
RGB
CMYK
RGB Variations
Color information
#23B07D (or 0x23B07D) is known color: Mountain Meadow. HEX triplet: 23, B0 and 7D. RGB value is (35,176,125). Sum of RGB (Red+Green+Blue) = 35+176+125=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #23B07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23B07D is #DC4F82. Grayscale: #808080. Windows color (decimal): -14438275 or 8237091. OLE color: 8237091.
HSL color Cylindrical-coordinate representation of color #23B07D: hue angle of 158.3º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B07D is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 176 | 125 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.31 |
| HSL | 158.3º | 0.67% | 0.41% | - |
| HSV(B) | 158.3º | 0.8% | 0.69% | - |
| XYZ | 19.92 | 32.89 | 24.7 | - |
| YUV | 128.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 176 | 125 | 0.80 | 0 | 0.29 | 0.31 | 158.3 | 0.67 | 0.41 |
| Hex | 23 | B0 | 7D | 50 | 0 | 1D | 1F | 9E | 43 | 29 |
| Octal | 43 | 260 | 175 | 120 | 0 | 35 | 37 | 236 | 103 | 51 |
| Binary | 100011 | 10110000 | 1111101 | 1010000 | 0 | 11101 | 11111 | 10011110 | 1000011 | 101001 |
Color Harmonies of #23B07D
Complementary color
Monochromatic Colors of #23B07D
Black with #23B07D
Text Example
Text Example
White with #23B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B07D; }
p { color: rgb(35,176,125); }
H1.HeaderClassName
{
color: #23B07D;
}
.AnyTagClassName
{
color: #23B07D;
}
</style>
background-color css
<style>
a { background-color: #23B07D; }
a { background-color: rgb(35,176,125); }
div.DivClassName
{
background-color: #23B07D;
}
.BgClassName
{
background-color: #23B07D;
}
</style>
border-color css
<style>
span { border-color: #23B07D; }
span { border-color: rgb(35,176,125); }
td.TdClassName
{
border-color: #23B07D;
}
.TagClassName
{
border-color: #23B07D;
}
</style>