Shades of Delta #9AA888
Tints of Delta #9AA888
RGB
CMYK
RGB Variations
Color information
#9AA888 (or 0x9AA888) is known color: Delta. HEX triplet: 9A, A8 and 88. RGB value is (154,168,136). Sum of RGB (Red+Green+Blue) = 154+168+136=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA888 is #655777. Grayscale: #A0A0A0. Windows color (decimal): -6641528 or 8956058. OLE color: 8956058.
HSL color Cylindrical-coordinate representation of color #9AA888: hue angle of 86.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA888 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 136 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.34 |
| HSL | 86.25º | 0.16% | 0.6% | - |
| HSV(B) | 86.25º | 0.19% | 0.66% | - |
| XYZ | 31.77 | 36.65 | 28.69 | - |
| YUV | 160.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 136 | 0.08 | 0 | 0.19 | 0.34 | 86.25 | 0.16 | 0.6 |
| Hex | 9A | A8 | 88 | 8 | 0 | 13 | 22 | 56 | 10 | 3C |
| Octal | 232 | 250 | 210 | 10 | 0 | 23 | 42 | 126 | 20 | 74 |
| Binary | 10011010 | 10101000 | 10001000 | 1000 | 0 | 10011 | 100010 | 1010110 | 10000 | 111100 |
Color Harmonies of #9AA888
Complementary color
Monochromatic Colors of #9AA888
Black with #9AA888
Text Example
Text Example
White with #9AA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA888; }
p { color: rgb(154,168,136); }
H1.HeaderClassName
{
color: #9AA888;
}
.AnyTagClassName
{
color: #9AA888;
}
</style>
background-color css
<style>
a { background-color: #9AA888; }
a { background-color: rgb(154,168,136); }
div.DivClassName
{
background-color: #9AA888;
}
.BgClassName
{
background-color: #9AA888;
}
</style>
border-color css
<style>
span { border-color: #9AA888; }
span { border-color: rgb(154,168,136); }
td.TdClassName
{
border-color: #9AA888;
}
.TagClassName
{
border-color: #9AA888;
}
</style>