Shades of Chinook #95DCAA
Tints of Chinook #95DCAA
RGB
CMYK
RGB Variations
Color information
#95DCAA (or 0x95DCAA) is known color: Chinook. HEX triplet: 95, DC and AA. RGB value is (149,220,170). Sum of RGB (Red+Green+Blue) = 149+220+170=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DCAA is #6A2355. Grayscale: #C1C1C1. Windows color (decimal): -6955862 or 11197589. OLE color: 11197589.
HSL color Cylindrical-coordinate representation of color #95DCAA: hue angle of 137.75º 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 #95DCAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 170 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.14 |
| HSL | 137.75º | 0.5% | 0.72% | - |
| HSV(B) | 137.75º | 0.32% | 0.86% | - |
| XYZ | 45.24 | 60.48 | 47.32 | - |
| YUV | 193.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 170 | 0.32 | 0 | 0.23 | 0.14 | 137.75 | 0.5 | 0.72 |
| Hex | 95 | DC | AA | 20 | 0 | 17 | E | 8A | 32 | 48 |
| Octal | 225 | 334 | 252 | 40 | 0 | 27 | 16 | 212 | 62 | 110 |
| Binary | 10010101 | 11011100 | 10101010 | 100000 | 0 | 10111 | 1110 | 10001010 | 110010 | 1001000 |
Color Harmonies of #95DCAA
Complementary color
Monochromatic Colors of #95DCAA
Black with #95DCAA
Text Example
Text Example
White with #95DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCAA; }
p { color: rgb(149,220,170); }
H1.HeaderClassName
{
color: #95DCAA;
}
.AnyTagClassName
{
color: #95DCAA;
}
</style>
background-color css
<style>
a { background-color: #95DCAA; }
a { background-color: rgb(149,220,170); }
div.DivClassName
{
background-color: #95DCAA;
}
.BgClassName
{
background-color: #95DCAA;
}
</style>
border-color css
<style>
span { border-color: #95DCAA; }
span { border-color: rgb(149,220,170); }
td.TdClassName
{
border-color: #95DCAA;
}
.TagClassName
{
border-color: #95DCAA;
}
</style>