Shades of Mountain Meadow #1CB68E
Tints of Mountain Meadow #1CB68E
RGB
CMYK
RGB Variations
Color information
#1CB68E (or 0x1CB68E) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 8E. RGB value is (28,182,142). Sum of RGB (Red+Green+Blue) = 28+182+142=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB68E is #E34971. Grayscale: #838383. Windows color (decimal): -14895474 or 9352732. OLE color: 9352732.
HSL color Cylindrical-coordinate representation of color #1CB68E: hue angle of 164.42º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB68E is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 142 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.29 |
| HSL | 164.42º | 0.73% | 0.41% | - |
| HSV(B) | 164.42º | 0.85% | 0.71% | - |
| XYZ | 22.09 | 35.66 | 31.31 | - |
| YUV | 131.39 | 133.98 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 142 | 0.85 | 0 | 0.22 | 0.29 | 164.42 | 0.73 | 0.41 |
| Hex | 1C | B6 | 8E | 55 | 0 | 16 | 1D | A4 | 49 | 29 |
| Octal | 34 | 266 | 216 | 125 | 0 | 26 | 35 | 244 | 111 | 51 |
| Binary | 11100 | 10110110 | 10001110 | 1010101 | 0 | 10110 | 11101 | 10100100 | 1001001 | 101001 |
Color Harmonies of #1CB68E
Complementary color
Monochromatic Colors of #1CB68E
Black with #1CB68E
Text Example
Text Example
White with #1CB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB68E; }
p { color: rgb(28,182,142); }
H1.HeaderClassName
{
color: #1CB68E;
}
.AnyTagClassName
{
color: #1CB68E;
}
</style>
background-color css
<style>
a { background-color: #1CB68E; }
a { background-color: rgb(28,182,142); }
div.DivClassName
{
background-color: #1CB68E;
}
.BgClassName
{
background-color: #1CB68E;
}
</style>
border-color css
<style>
span { border-color: #1CB68E; }
span { border-color: rgb(28,182,142); }
td.TdClassName
{
border-color: #1CB68E;
}
.TagClassName
{
border-color: #1CB68E;
}
</style>