Shades of Mountain Meadow #1CB394
Tints of Mountain Meadow #1CB394
RGB
CMYK
RGB Variations
Color information
#1CB394 (or 0x1CB394) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 94. RGB value is (28,179,148). Sum of RGB (Red+Green+Blue) = 28+179+148=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB394 is #E34C6B. Grayscale: #828282. Windows color (decimal): -14896236 or 9745180. OLE color: 9745180.
HSL color Cylindrical-coordinate representation of color #1CB394: hue angle of 167.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB394 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 148 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.30 |
| HSL | 167.68º | 0.73% | 0.41% | - |
| HSV(B) | 167.68º | 0.84% | 0.7% | - |
| XYZ | 21.94 | 34.63 | 33.54 | - |
| YUV | 130.32 | 137.97 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 148 | 0.84 | 0 | 0.17 | 0.30 | 167.68 | 0.73 | 0.41 |
| Hex | 1C | B3 | 94 | 54 | 0 | 11 | 1E | A8 | 49 | 29 |
| Octal | 34 | 263 | 224 | 124 | 0 | 21 | 36 | 250 | 111 | 51 |
| Binary | 11100 | 10110011 | 10010100 | 1010100 | 0 | 10001 | 11110 | 10101000 | 1001001 | 101001 |
Color Harmonies of #1CB394
Complementary color
Monochromatic Colors of #1CB394
Black with #1CB394
Text Example
Text Example
White with #1CB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB394; }
p { color: rgb(28,179,148); }
H1.HeaderClassName
{
color: #1CB394;
}
.AnyTagClassName
{
color: #1CB394;
}
</style>
background-color css
<style>
a { background-color: #1CB394; }
a { background-color: rgb(28,179,148); }
div.DivClassName
{
background-color: #1CB394;
}
.BgClassName
{
background-color: #1CB394;
}
</style>
border-color css
<style>
span { border-color: #1CB394; }
span { border-color: rgb(28,179,148); }
td.TdClassName
{
border-color: #1CB394;
}
.TagClassName
{
border-color: #1CB394;
}
</style>