Shades of Chinook #95D8AA
Tints of Chinook #95D8AA
RGB
CMYK
RGB Variations
Color information
#95D8AA (or 0x95D8AA) is known color: Chinook. HEX triplet: 95, D8 and AA. RGB value is (149,216,170). Sum of RGB (Red+Green+Blue) = 149+216+170=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #95D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D8AA is #6A2755. Grayscale: #BEBEBE. Windows color (decimal): -6956886 or 11196565. OLE color: 11196565.
HSL color Cylindrical-coordinate representation of color #95D8AA: hue angle of 138.81º 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 #95D8AA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 216 | 170 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.15 |
| HSL | 138.81º | 0.46% | 0.72% | - |
| HSV(B) | 138.81º | 0.31% | 0.85% | - |
| XYZ | 44.21 | 58.4 | 46.97 | - |
| YUV | 190.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 170 | 0.31 | 0 | 0.21 | 0.15 | 138.81 | 0.46 | 0.72 |
| Hex | 95 | D8 | AA | 1F | 0 | 15 | F | 8B | 2E | 48 |
| Octal | 225 | 330 | 252 | 37 | 0 | 25 | 17 | 213 | 56 | 110 |
| Binary | 10010101 | 11011000 | 10101010 | 11111 | 0 | 10101 | 1111 | 10001011 | 101110 | 1001000 |
Color Harmonies of #95D8AA
Complementary color
Monochromatic Colors of #95D8AA
Black with #95D8AA
Text Example
Text Example
White with #95D8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D8AA; }
p { color: rgb(149,216,170); }
H1.HeaderClassName
{
color: #95D8AA;
}
.AnyTagClassName
{
color: #95D8AA;
}
</style>
background-color css
<style>
a { background-color: #95D8AA; }
a { background-color: rgb(149,216,170); }
div.DivClassName
{
background-color: #95D8AA;
}
.BgClassName
{
background-color: #95D8AA;
}
</style>
border-color css
<style>
span { border-color: #95D8AA; }
span { border-color: rgb(149,216,170); }
td.TdClassName
{
border-color: #95D8AA;
}
.TagClassName
{
border-color: #95D8AA;
}
</style>