Shades of Chinook #91DFA8
Tints of Chinook #91DFA8
RGB
CMYK
RGB Variations
Color information
#91DFA8 (or 0x91DFA8) is known color: Chinook. HEX triplet: 91, DF and A8. RGB value is (145,223,168). Sum of RGB (Red+Green+Blue) = 145+223+168=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DFA8 is #6E2057. Grayscale: #C1C1C1. Windows color (decimal): -7217240 or 11067281. OLE color: 11067281.
HSL color Cylindrical-coordinate representation of color #91DFA8: hue angle of 137.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DFA8 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 223 | 168 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.13 |
| HSL | 137.69º | 0.55% | 0.72% | - |
| HSV(B) | 137.69º | 0.35% | 0.87% | - |
| XYZ | 45.13 | 61.62 | 46.56 | - |
| YUV | 193.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 168 | 0.35 | 0 | 0.25 | 0.13 | 137.69 | 0.55 | 0.72 |
| Hex | 91 | DF | A8 | 23 | 0 | 19 | D | 8A | 37 | 48 |
| Octal | 221 | 337 | 250 | 43 | 0 | 31 | 15 | 212 | 67 | 110 |
| Binary | 10010001 | 11011111 | 10101000 | 100011 | 0 | 11001 | 1101 | 10001010 | 110111 | 1001000 |
Color Harmonies of #91DFA8
Complementary color
Monochromatic Colors of #91DFA8
Black with #91DFA8
Text Example
Text Example
White with #91DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFA8; }
p { color: rgb(145,223,168); }
H1.HeaderClassName
{
color: #91DFA8;
}
.AnyTagClassName
{
color: #91DFA8;
}
</style>
background-color css
<style>
a { background-color: #91DFA8; }
a { background-color: rgb(145,223,168); }
div.DivClassName
{
background-color: #91DFA8;
}
.BgClassName
{
background-color: #91DFA8;
}
</style>
border-color css
<style>
span { border-color: #91DFA8; }
span { border-color: rgb(145,223,168); }
td.TdClassName
{
border-color: #91DFA8;
}
.TagClassName
{
border-color: #91DFA8;
}
</style>