Shades of Chinook #95D4A8
Tints of Chinook #95D4A8
RGB
CMYK
RGB Variations
Color information
#95D4A8 (or 0x95D4A8) is known color: Chinook. HEX triplet: 95, D4 and A8. RGB value is (149,212,168). Sum of RGB (Red+Green+Blue) = 149+212+168=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #95D4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D4A8 is #6A2B57. Grayscale: #BCBCBC. Windows color (decimal): -6957912 or 11064469. OLE color: 11064469.
HSL color Cylindrical-coordinate representation of color #95D4A8: hue angle of 138.1º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D4A8 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 168 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.17 |
| HSL | 138.1º | 0.42% | 0.71% | - |
| HSV(B) | 138.1º | 0.3% | 0.83% | - |
| XYZ | 43.01 | 56.3 | 45.65 | - |
| YUV | 188.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 168 | 0.30 | 0 | 0.21 | 0.17 | 138.1 | 0.42 | 0.71 |
| Hex | 95 | D4 | A8 | 1E | 0 | 15 | 11 | 8A | 2A | 47 |
| Octal | 225 | 324 | 250 | 36 | 0 | 25 | 21 | 212 | 52 | 107 |
| Binary | 10010101 | 11010100 | 10101000 | 11110 | 0 | 10101 | 10001 | 10001010 | 101010 | 1000111 |
Color Harmonies of #95D4A8
Complementary color
Monochromatic Colors of #95D4A8
Black with #95D4A8
Text Example
Text Example
White with #95D4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D4A8; }
p { color: rgb(149,212,168); }
H1.HeaderClassName
{
color: #95D4A8;
}
.AnyTagClassName
{
color: #95D4A8;
}
</style>
background-color css
<style>
a { background-color: #95D4A8; }
a { background-color: rgb(149,212,168); }
div.DivClassName
{
background-color: #95D4A8;
}
.BgClassName
{
background-color: #95D4A8;
}
</style>
border-color css
<style>
span { border-color: #95D4A8; }
span { border-color: rgb(149,212,168); }
td.TdClassName
{
border-color: #95D4A8;
}
.TagClassName
{
border-color: #95D4A8;
}
</style>