Shades of Mountain Meadow #1CB688
Tints of Mountain Meadow #1CB688
RGB
CMYK
RGB Variations
Color information
#1CB688 (or 0x1CB688) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 88. RGB value is (28,182,136). Sum of RGB (Red+Green+Blue) = 28+182+136=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB688 is #E34977. Grayscale: #828282. Windows color (decimal): -14895480 or 8959516. OLE color: 8959516.
HSL color Cylindrical-coordinate representation of color #1CB688: hue angle of 162.08º 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 #1CB688 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 136 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.29 |
| HSL | 162.08º | 0.73% | 0.41% | - |
| HSV(B) | 162.08º | 0.85% | 0.71% | - |
| XYZ | 21.65 | 35.48 | 29 | - |
| YUV | 130.71 | 130.98 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 136 | 0.85 | 0 | 0.25 | 0.29 | 162.08 | 0.73 | 0.41 |
| Hex | 1C | B6 | 88 | 55 | 0 | 19 | 1D | A2 | 49 | 29 |
| Octal | 34 | 266 | 210 | 125 | 0 | 31 | 35 | 242 | 111 | 51 |
| Binary | 11100 | 10110110 | 10001000 | 1010101 | 0 | 11001 | 11101 | 10100010 | 1001001 | 101001 |
Color Harmonies of #1CB688
Complementary color
Monochromatic Colors of #1CB688
Black with #1CB688
Text Example
Text Example
White with #1CB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB688; }
p { color: rgb(28,182,136); }
H1.HeaderClassName
{
color: #1CB688;
}
.AnyTagClassName
{
color: #1CB688;
}
</style>
background-color css
<style>
a { background-color: #1CB688; }
a { background-color: rgb(28,182,136); }
div.DivClassName
{
background-color: #1CB688;
}
.BgClassName
{
background-color: #1CB688;
}
</style>
border-color css
<style>
span { border-color: #1CB688; }
span { border-color: rgb(28,182,136); }
td.TdClassName
{
border-color: #1CB688;
}
.TagClassName
{
border-color: #1CB688;
}
</style>