Shades of Chinook #95D8A6
Tints of Chinook #95D8A6
RGB
CMYK
RGB Variations
Color information
#95D8A6 (or 0x95D8A6) is known color: Chinook. HEX triplet: 95, D8 and A6. RGB value is (149,216,166). Sum of RGB (Red+Green+Blue) = 149+216+166=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D8A6 is #6A2759. Grayscale: #BEBEBE. Windows color (decimal): -6956890 or 10934421. OLE color: 10934421.
HSL color Cylindrical-coordinate representation of color #95D8A6: hue angle of 135.22º degrees, saturation: 0.46, 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 #95D8A6 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 216 | 166 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.15 |
| HSL | 135.22º | 0.46% | 0.72% | - |
| HSV(B) | 135.22º | 0.31% | 0.85% | - |
| XYZ | 43.83 | 58.25 | 45.01 | - |
| YUV | 190.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 166 | 0.31 | 0 | 0.23 | 0.15 | 135.22 | 0.46 | 0.72 |
| Hex | 95 | D8 | A6 | 1F | 0 | 17 | F | 87 | 2E | 48 |
| Octal | 225 | 330 | 246 | 37 | 0 | 27 | 17 | 207 | 56 | 110 |
| Binary | 10010101 | 11011000 | 10100110 | 11111 | 0 | 10111 | 1111 | 10000111 | 101110 | 1001000 |
Color Harmonies of #95D8A6
Complementary color
Monochromatic Colors of #95D8A6
Black with #95D8A6
Text Example
Text Example
White with #95D8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D8A6; }
p { color: rgb(149,216,166); }
H1.HeaderClassName
{
color: #95D8A6;
}
.AnyTagClassName
{
color: #95D8A6;
}
</style>
background-color css
<style>
a { background-color: #95D8A6; }
a { background-color: rgb(149,216,166); }
div.DivClassName
{
background-color: #95D8A6;
}
.BgClassName
{
background-color: #95D8A6;
}
</style>
border-color css
<style>
span { border-color: #95D8A6; }
span { border-color: rgb(149,216,166); }
td.TdClassName
{
border-color: #95D8A6;
}
.TagClassName
{
border-color: #95D8A6;
}
</style>