Shades of Delta #9FAA8A
Tints of Delta #9FAA8A
RGB
CMYK
RGB Variations
Color information
#9FAA8A (or 0x9FAA8A) is known color: Delta. HEX triplet: 9F, AA and 8A. RGB value is (159,170,138). Sum of RGB (Red+Green+Blue) = 159+170+138=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA8A is #605575. Grayscale: #A3A3A3. Windows color (decimal): -6313334 or 9087647. OLE color: 9087647.
HSL color Cylindrical-coordinate representation of color #9FAA8A: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FAA8A is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 138 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.33 |
| HSL | 80.63º | 0.16% | 0.6% | - |
| HSV(B) | 80.63º | 0.19% | 0.67% | - |
| XYZ | 33.26 | 37.96 | 29.62 | - |
| YUV | 163.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 138 | 0.06 | 0 | 0.19 | 0.33 | 80.63 | 0.16 | 0.6 |
| Hex | 9F | AA | 8A | 6 | 0 | 13 | 21 | 51 | 10 | 3C |
| Octal | 237 | 252 | 212 | 6 | 0 | 23 | 41 | 121 | 20 | 74 |
| Binary | 10011111 | 10101010 | 10001010 | 110 | 0 | 10011 | 100001 | 1010001 | 10000 | 111100 |
Color Harmonies of #9FAA8A
Complementary color
Monochromatic Colors of #9FAA8A
Black with #9FAA8A
Text Example
Text Example
White with #9FAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA8A; }
p { color: rgb(159,170,138); }
H1.HeaderClassName
{
color: #9FAA8A;
}
.AnyTagClassName
{
color: #9FAA8A;
}
</style>
background-color css
<style>
a { background-color: #9FAA8A; }
a { background-color: rgb(159,170,138); }
div.DivClassName
{
background-color: #9FAA8A;
}
.BgClassName
{
background-color: #9FAA8A;
}
</style>
border-color css
<style>
span { border-color: #9FAA8A; }
span { border-color: rgb(159,170,138); }
td.TdClassName
{
border-color: #9FAA8A;
}
.TagClassName
{
border-color: #9FAA8A;
}
</style>