Shades of Mountain Meadow #23C08F
Tints of Mountain Meadow #23C08F
RGB
CMYK
RGB Variations
Color information
#23C08F (or 0x23C08F) is known color: Mountain Meadow. HEX triplet: 23, C0 and 8F. RGB value is (35,192,143). Sum of RGB (Red+Green+Blue) = 35+192+143=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #23C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C08F is #DC3F70. Grayscale: #8B8B8B. Windows color (decimal): -14434161 or 9420835. OLE color: 9420835.
HSL color Cylindrical-coordinate representation of color #23C08F: hue angle of 161.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C08F is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 143 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.25 |
| HSL | 161.27º | 0.69% | 0.45% | - |
| HSV(B) | 161.27º | 0.82% | 0.75% | - |
| XYZ | 24.5 | 40.04 | 32.42 | - |
| YUV | 139.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 143 | 0.82 | 0 | 0.26 | 0.25 | 161.27 | 0.69 | 0.45 |
| Hex | 23 | C0 | 8F | 52 | 0 | 1A | 19 | A1 | 45 | 2D |
| Octal | 43 | 300 | 217 | 122 | 0 | 32 | 31 | 241 | 105 | 55 |
| Binary | 100011 | 11000000 | 10001111 | 1010010 | 0 | 11010 | 11001 | 10100001 | 1000101 | 101101 |
Color Harmonies of #23C08F
Complementary color
Monochromatic Colors of #23C08F
Black with #23C08F
Text Example
Text Example
White with #23C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C08F; }
p { color: rgb(35,192,143); }
H1.HeaderClassName
{
color: #23C08F;
}
.AnyTagClassName
{
color: #23C08F;
}
</style>
background-color css
<style>
a { background-color: #23C08F; }
a { background-color: rgb(35,192,143); }
div.DivClassName
{
background-color: #23C08F;
}
.BgClassName
{
background-color: #23C08F;
}
</style>
border-color css
<style>
span { border-color: #23C08F; }
span { border-color: rgb(35,192,143); }
td.TdClassName
{
border-color: #23C08F;
}
.TagClassName
{
border-color: #23C08F;
}
</style>