Shades of Chinook #95DAA3
Tints of Chinook #95DAA3
RGB
CMYK
RGB Variations
Color information
#95DAA3 (or 0x95DAA3) is known color: Chinook. HEX triplet: 95, DA and A3. RGB value is (149,218,163). Sum of RGB (Red+Green+Blue) = 149+218+163=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DAA3 is #6A255C. Grayscale: #BFBFBF. Windows color (decimal): -6956381 or 10738325. OLE color: 10738325.
HSL color Cylindrical-coordinate representation of color #95DAA3: hue angle of 132.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAA3 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 218 | 163 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.15 |
| HSL | 132.17º | 0.48% | 0.72% | - |
| HSV(B) | 132.17º | 0.32% | 0.85% | - |
| XYZ | 44.08 | 59.18 | 43.75 | - |
| YUV | 191.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 218 | 163 | 0.32 | 0 | 0.25 | 0.15 | 132.17 | 0.48 | 0.72 |
| Hex | 95 | DA | A3 | 20 | 0 | 19 | F | 84 | 30 | 48 |
| Octal | 225 | 332 | 243 | 40 | 0 | 31 | 17 | 204 | 60 | 110 |
| Binary | 10010101 | 11011010 | 10100011 | 100000 | 0 | 11001 | 1111 | 10000100 | 110000 | 1001000 |
Color Harmonies of #95DAA3
Complementary color
Monochromatic Colors of #95DAA3
Black with #95DAA3
Text Example
Text Example
White with #95DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DAA3; }
p { color: rgb(149,218,163); }
H1.HeaderClassName
{
color: #95DAA3;
}
.AnyTagClassName
{
color: #95DAA3;
}
</style>
background-color css
<style>
a { background-color: #95DAA3; }
a { background-color: rgb(149,218,163); }
div.DivClassName
{
background-color: #95DAA3;
}
.BgClassName
{
background-color: #95DAA3;
}
</style>
border-color css
<style>
span { border-color: #95DAA3; }
span { border-color: rgb(149,218,163); }
td.TdClassName
{
border-color: #95DAA3;
}
.TagClassName
{
border-color: #95DAA3;
}
</style>