Shades of Amulet #88B17E
Tints of Amulet #88B17E
RGB
CMYK
RGB Variations
Color information
#88B17E (or 0x88B17E) is known color: Amulet. HEX triplet: 88, B1 and 7E. RGB value is (136,177,126). Sum of RGB (Red+Green+Blue) = 136+177+126=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #88B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B17E is #774E81. Grayscale: #9F9F9F. Windows color (decimal): -7818882 or 8302984. OLE color: 8302984.
HSL color Cylindrical-coordinate representation of color #88B17E: hue angle of 108.24º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88B17E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 177 | 126 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.31 |
| HSL | 108.24º | 0.25% | 0.59% | - |
| HSV(B) | 108.24º | 0.29% | 0.69% | - |
| XYZ | 29.64 | 38.18 | 25.55 | - |
| YUV | 158.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 126 | 0.23 | 0 | 0.29 | 0.31 | 108.24 | 0.25 | 0.59 |
| Hex | 88 | B1 | 7E | 17 | 0 | 1D | 1F | 6C | 19 | 3B |
| Octal | 210 | 261 | 176 | 27 | 0 | 35 | 37 | 154 | 31 | 73 |
| Binary | 10001000 | 10110001 | 1111110 | 10111 | 0 | 11101 | 11111 | 1101100 | 11001 | 111011 |
Color Harmonies of #88B17E
Complementary color
Monochromatic Colors of #88B17E
Black with #88B17E
Text Example
Text Example
White with #88B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B17E; }
p { color: rgb(136,177,126); }
H1.HeaderClassName
{
color: #88B17E;
}
.AnyTagClassName
{
color: #88B17E;
}
</style>
background-color css
<style>
a { background-color: #88B17E; }
a { background-color: rgb(136,177,126); }
div.DivClassName
{
background-color: #88B17E;
}
.BgClassName
{
background-color: #88B17E;
}
</style>
border-color css
<style>
span { border-color: #88B17E; }
span { border-color: rgb(136,177,126); }
td.TdClassName
{
border-color: #88B17E;
}
.TagClassName
{
border-color: #88B17E;
}
</style>