Shades of Chinook #9CDFAE
Tints of Chinook #9CDFAE
RGB
CMYK
RGB Variations
Color information
#9CDFAE (or 0x9CDFAE) is known color: Chinook. HEX triplet: 9C, DF and AE. RGB value is (156,223,174). Sum of RGB (Red+Green+Blue) = 156+223+174=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDFAE is #632051. Grayscale: #C5C5C5. Windows color (decimal): -6496338 or 11460508. OLE color: 11460508.
HSL color Cylindrical-coordinate representation of color #9CDFAE: hue angle of 136.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFAE is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 174 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.13 |
| HSL | 136.12º | 0.51% | 0.74% | - |
| HSV(B) | 136.12º | 0.3% | 0.87% | - |
| XYZ | 47.74 | 62.9 | 49.67 | - |
| YUV | 197.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 174 | 0.30 | 0 | 0.22 | 0.13 | 136.12 | 0.51 | 0.74 |
| Hex | 9C | DF | AE | 1E | 0 | 16 | D | 88 | 33 | 4A |
| Octal | 234 | 337 | 256 | 36 | 0 | 26 | 15 | 210 | 63 | 112 |
| Binary | 10011100 | 11011111 | 10101110 | 11110 | 0 | 10110 | 1101 | 10001000 | 110011 | 1001010 |
Color Harmonies of #9CDFAE
Complementary color
Monochromatic Colors of #9CDFAE
Black with #9CDFAE
Text Example
Text Example
White with #9CDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFAE; }
p { color: rgb(156,223,174); }
H1.HeaderClassName
{
color: #9CDFAE;
}
.AnyTagClassName
{
color: #9CDFAE;
}
</style>
background-color css
<style>
a { background-color: #9CDFAE; }
a { background-color: rgb(156,223,174); }
div.DivClassName
{
background-color: #9CDFAE;
}
.BgClassName
{
background-color: #9CDFAE;
}
</style>
border-color css
<style>
span { border-color: #9CDFAE; }
span { border-color: rgb(156,223,174); }
td.TdClassName
{
border-color: #9CDFAE;
}
.TagClassName
{
border-color: #9CDFAE;
}
</style>