Shades of Chinook #95D9A8
Tints of Chinook #95D9A8
RGB
CMYK
RGB Variations
Color information
#95D9A8 (or 0x95D9A8) is known color: Chinook. HEX triplet: 95, D9 and A8. RGB value is (149,217,168). Sum of RGB (Red+Green+Blue) = 149+217+168=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #95D9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D9A8 is #6A2657. Grayscale: #BFBFBF. Windows color (decimal): -6956632 or 11065749. OLE color: 11065749.
HSL color Cylindrical-coordinate representation of color #95D9A8: hue angle of 136.76º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D9A8 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 217 | 168 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.15 |
| HSL | 136.76º | 0.47% | 0.72% | - |
| HSV(B) | 136.76º | 0.31% | 0.85% | - |
| XYZ | 44.28 | 58.84 | 46.07 | - |
| YUV | 191.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 168 | 0.31 | 0 | 0.23 | 0.15 | 136.76 | 0.47 | 0.72 |
| Hex | 95 | D9 | A8 | 1F | 0 | 17 | F | 89 | 2F | 48 |
| Octal | 225 | 331 | 250 | 37 | 0 | 27 | 17 | 211 | 57 | 110 |
| Binary | 10010101 | 11011001 | 10101000 | 11111 | 0 | 10111 | 1111 | 10001001 | 101111 | 1001000 |
Color Harmonies of #95D9A8
Complementary color
Monochromatic Colors of #95D9A8
Black with #95D9A8
Text Example
Text Example
White with #95D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D9A8; }
p { color: rgb(149,217,168); }
H1.HeaderClassName
{
color: #95D9A8;
}
.AnyTagClassName
{
color: #95D9A8;
}
</style>
background-color css
<style>
a { background-color: #95D9A8; }
a { background-color: rgb(149,217,168); }
div.DivClassName
{
background-color: #95D9A8;
}
.BgClassName
{
background-color: #95D9A8;
}
</style>
border-color css
<style>
span { border-color: #95D9A8; }
span { border-color: rgb(149,217,168); }
td.TdClassName
{
border-color: #95D9A8;
}
.TagClassName
{
border-color: #95D9A8;
}
</style>