Shades of Mountain Meadow #1CCC8B
Tints of Mountain Meadow #1CCC8B
RGB
CMYK
RGB Variations
Color information
#1CCC8B (or 0x1CCC8B) is known color: Mountain Meadow. HEX triplet: 1C, CC and 8B. RGB value is (28,204,139). Sum of RGB (Red+Green+Blue) = 28+204+139=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCC8B is #E33374. Grayscale: #909090. Windows color (decimal): -14889845 or 9161756. OLE color: 9161756.
HSL color Cylindrical-coordinate representation of color #1CCC8B: hue angle of 157.84º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCC8B is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 204 | 139 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.2 |
| HSL | 157.84º | 0.76% | 0.45% | - |
| HSV(B) | 157.84º | 0.86% | 0.8% | - |
| XYZ | 26.73 | 45.3 | 31.76 | - |
| YUV | 143.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 139 | 0.86 | 0 | 0.32 | 0.2 | 157.84 | 0.76 | 0.45 |
| Hex | 1C | CC | 8B | 56 | 0 | 20 | 14 | 9E | 4C | 2D |
| Octal | 34 | 314 | 213 | 126 | 0 | 40 | 24 | 236 | 114 | 55 |
| Binary | 11100 | 11001100 | 10001011 | 1010110 | 0 | 100000 | 10100 | 10011110 | 1001100 | 101101 |
Color Harmonies of #1CCC8B
Complementary color
Monochromatic Colors of #1CCC8B
Black with #1CCC8B
Text Example
Text Example
White with #1CCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCC8B; }
p { color: rgb(28,204,139); }
H1.HeaderClassName
{
color: #1CCC8B;
}
.AnyTagClassName
{
color: #1CCC8B;
}
</style>
background-color css
<style>
a { background-color: #1CCC8B; }
a { background-color: rgb(28,204,139); }
div.DivClassName
{
background-color: #1CCC8B;
}
.BgClassName
{
background-color: #1CCC8B;
}
</style>
border-color css
<style>
span { border-color: #1CCC8B; }
span { border-color: rgb(28,204,139); }
td.TdClassName
{
border-color: #1CCC8B;
}
.TagClassName
{
border-color: #1CCC8B;
}
</style>