Shades of Chinook #9FD3AC
Tints of Chinook #9FD3AC
RGB
CMYK
RGB Variations
Color information
#9FD3AC (or 0x9FD3AC) is known color: Chinook. HEX triplet: 9F, D3 and AC. RGB value is (159,211,172). Sum of RGB (Red+Green+Blue) = 159+211+172=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3AC is #602C53. Grayscale: #BFBFBF. Windows color (decimal): -6302804 or 11326367. OLE color: 11326367.
HSL color Cylindrical-coordinate representation of color #9FD3AC: hue angle of 135º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3AC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
RGB | 159 | 211 | 172 | - |
CMYK | 0.25 | 0 | 0.18 | 0.17 |
HSL | 135º | 0.37% | 0.73% | - |
HSV(B) | 135º | 0.25% | 0.83% | - |
XYZ | 45.04 | 56.94 | 47.65 | - |
YUV | 191.01 | 117.27 | 105.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 211 | 172 | 0.25 | 0 | 0.18 | 0.17 | 135 | 0.37 | 0.73 |
Hex | 9F | D3 | AC | 19 | 0 | 12 | 11 | 87 | 25 | 49 |
Octal | 237 | 323 | 254 | 31 | 0 | 22 | 21 | 207 | 45 | 111 |
Binary | 10011111 | 11010011 | 10101100 | 11001 | 0 | 10010 | 10001 | 10000111 | 100101 | 1001001 |
Color Harmonies of #9FD3AC
Complementary color
Monochromatic Colors of #9FD3AC
Black with #9FD3AC
Text Example
Text Example
White with #9FD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3AC; }
p { color: rgb(159,211,172); }
H1.HeaderClassName
{
color: #9FD3AC;
}
.AnyTagClassName
{
color: #9FD3AC;
}
</style>
background-color css
<style>
a { background-color: #9FD3AC; }
a { background-color: rgb(159,211,172); }
div.DivClassName
{
background-color: #9FD3AC;
}
.BgClassName
{
background-color: #9FD3AC;
}
</style>
border-color css
<style>
span { border-color: #9FD3AC; }
span { border-color: rgb(159,211,172); }
td.TdClassName
{
border-color: #9FD3AC;
}
.TagClassName
{
border-color: #9FD3AC;
}
</style>