Shades of Chinook #95DFA4
Tints of Chinook #95DFA4
RGB
CMYK
RGB Variations
Color information
#95DFA4 (or 0x95DFA4) is known color: Chinook. HEX triplet: 95, DF and A4. RGB value is (149,223,164). Sum of RGB (Red+Green+Blue) = 149+223+164=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #95DFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DFA4 is #6A205B. Grayscale: #C2C2C2. Windows color (decimal): -6955100 or 10805141. OLE color: 10805141.
HSL color Cylindrical-coordinate representation of color #95DFA4: hue angle of 132.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DFA4 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 164 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.13 |
| HSL | 132.16º | 0.54% | 0.73% | - |
| HSV(B) | 132.16º | 0.33% | 0.87% | - |
| XYZ | 45.48 | 61.85 | 44.66 | - |
| YUV | 194.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 164 | 0.33 | 0 | 0.26 | 0.13 | 132.16 | 0.54 | 0.73 |
| Hex | 95 | DF | A4 | 21 | 0 | 1A | D | 84 | 36 | 49 |
| Octal | 225 | 337 | 244 | 41 | 0 | 32 | 15 | 204 | 66 | 111 |
| Binary | 10010101 | 11011111 | 10100100 | 100001 | 0 | 11010 | 1101 | 10000100 | 110110 | 1001001 |
Color Harmonies of #95DFA4
Complementary color
Monochromatic Colors of #95DFA4
Black with #95DFA4
Text Example
Text Example
White with #95DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DFA4; }
p { color: rgb(149,223,164); }
H1.HeaderClassName
{
color: #95DFA4;
}
.AnyTagClassName
{
color: #95DFA4;
}
</style>
background-color css
<style>
a { background-color: #95DFA4; }
a { background-color: rgb(149,223,164); }
div.DivClassName
{
background-color: #95DFA4;
}
.BgClassName
{
background-color: #95DFA4;
}
</style>
border-color css
<style>
span { border-color: #95DFA4; }
span { border-color: rgb(149,223,164); }
td.TdClassName
{
border-color: #95DFA4;
}
.TagClassName
{
border-color: #95DFA4;
}
</style>