Shades of Bali Hai #80A0AA
Tints of Bali Hai #80A0AA
RGB
CMYK
RGB Variations
Color information
#80A0AA (or 0x80A0AA) is known color: Bali Hai. HEX triplet: 80, A0 and AA. RGB value is (128,160,170). Sum of RGB (Red+Green+Blue) = 128+160+170=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #80A0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A0AA is #7F5F55. Grayscale: #979797. Windows color (decimal): -8347478 or 11182208. OLE color: 11182208.
HSL color Cylindrical-coordinate representation of color #80A0AA: hue angle of 194.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80A0AA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 160 | 170 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.33 |
| HSL | 194.29º | 0.2% | 0.58% | - |
| HSV(B) | 194.29º | 0.25% | 0.67% | - |
| XYZ | 28.73 | 32.63 | 42.81 | - |
| YUV | 151.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 170 | 0.25 | 0.06 | 0 | 0.33 | 194.29 | 0.2 | 0.58 |
| Hex | 80 | A0 | AA | 19 | 6 | 0 | 21 | C2 | 14 | 3A |
| Octal | 200 | 240 | 252 | 31 | 6 | 0 | 41 | 302 | 24 | 72 |
| Binary | 10000000 | 10100000 | 10101010 | 11001 | 110 | 0 | 100001 | 11000010 | 10100 | 111010 |
Color Harmonies of #80A0AA
Complementary color
Monochromatic Colors of #80A0AA
Black with #80A0AA
Text Example
Text Example
White with #80A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0AA; }
p { color: rgb(128,160,170); }
H1.HeaderClassName
{
color: #80A0AA;
}
.AnyTagClassName
{
color: #80A0AA;
}
</style>
background-color css
<style>
a { background-color: #80A0AA; }
a { background-color: rgb(128,160,170); }
div.DivClassName
{
background-color: #80A0AA;
}
.BgClassName
{
background-color: #80A0AA;
}
</style>
border-color css
<style>
span { border-color: #80A0AA; }
span { border-color: rgb(128,160,170); }
td.TdClassName
{
border-color: #80A0AA;
}
.TagClassName
{
border-color: #80A0AA;
}
</style>