Shades of Chinook #9ADAAE
Tints of Chinook #9ADAAE
RGB
CMYK
RGB Variations
Color information
#9ADAAE (or 0x9ADAAE) is known color: Chinook. HEX triplet: 9A, DA and AE. RGB value is (154,218,174). Sum of RGB (Red+Green+Blue) = 154+218+174=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAAE is #652551. Grayscale: #C1C1C1. Windows color (decimal): -6628690 or 11459226. OLE color: 11459226.
HSL color Cylindrical-coordinate representation of color #9ADAAE: hue angle of 138.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAAE is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 174 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.15 |
| HSL | 138.75º | 0.46% | 0.73% | - |
| HSV(B) | 138.75º | 0.29% | 0.85% | - |
| XYZ | 46.04 | 60.07 | 49.21 | - |
| YUV | 193.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 174 | 0.29 | 0 | 0.20 | 0.15 | 138.75 | 0.46 | 0.73 |
| Hex | 9A | DA | AE | 1D | 0 | 14 | F | 8B | 2E | 49 |
| Octal | 232 | 332 | 256 | 35 | 0 | 24 | 17 | 213 | 56 | 111 |
| Binary | 10011010 | 11011010 | 10101110 | 11101 | 0 | 10100 | 1111 | 10001011 | 101110 | 1001001 |
Color Harmonies of #9ADAAE
Complementary color
Monochromatic Colors of #9ADAAE
Black with #9ADAAE
Text Example
Text Example
White with #9ADAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAAE; }
p { color: rgb(154,218,174); }
H1.HeaderClassName
{
color: #9ADAAE;
}
.AnyTagClassName
{
color: #9ADAAE;
}
</style>
background-color css
<style>
a { background-color: #9ADAAE; }
a { background-color: rgb(154,218,174); }
div.DivClassName
{
background-color: #9ADAAE;
}
.BgClassName
{
background-color: #9ADAAE;
}
</style>
border-color css
<style>
span { border-color: #9ADAAE; }
span { border-color: rgb(154,218,174); }
td.TdClassName
{
border-color: #9ADAAE;
}
.TagClassName
{
border-color: #9ADAAE;
}
</style>