Shades of Chinook #95DCA8
Tints of Chinook #95DCA8
RGB
CMYK
RGB Variations
Color information
#95DCA8 (or 0x95DCA8) is known color: Chinook. HEX triplet: 95, DC and A8. RGB value is (149,220,168). Sum of RGB (Red+Green+Blue) = 149+220+168=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DCA8 is #6A2357. Grayscale: #C0C0C0. Windows color (decimal): -6955864 or 11066517. OLE color: 11066517.
HSL color Cylindrical-coordinate representation of color #95DCA8: hue angle of 136.06º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCA8 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 168 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.14 |
| HSL | 136.06º | 0.5% | 0.72% | - |
| HSV(B) | 136.06º | 0.32% | 0.86% | - |
| XYZ | 45.06 | 60.4 | 46.33 | - |
| YUV | 192.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 168 | 0.32 | 0 | 0.24 | 0.14 | 136.06 | 0.5 | 0.72 |
| Hex | 95 | DC | A8 | 20 | 0 | 18 | E | 88 | 32 | 48 |
| Octal | 225 | 334 | 250 | 40 | 0 | 30 | 16 | 210 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10101000 | 100000 | 0 | 11000 | 1110 | 10001000 | 110010 | 1001000 |
Color Harmonies of #95DCA8
Complementary color
Monochromatic Colors of #95DCA8
Black with #95DCA8
Text Example
Text Example
White with #95DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCA8; }
p { color: rgb(149,220,168); }
H1.HeaderClassName
{
color: #95DCA8;
}
.AnyTagClassName
{
color: #95DCA8;
}
</style>
background-color css
<style>
a { background-color: #95DCA8; }
a { background-color: rgb(149,220,168); }
div.DivClassName
{
background-color: #95DCA8;
}
.BgClassName
{
background-color: #95DCA8;
}
</style>
border-color css
<style>
span { border-color: #95DCA8; }
span { border-color: rgb(149,220,168); }
td.TdClassName
{
border-color: #95DCA8;
}
.TagClassName
{
border-color: #95DCA8;
}
</style>