Shades of Gulf Stream #80AAA5
Tints of Gulf Stream #80AAA5
RGB
CMYK
RGB Variations
Color information
#80AAA5 (or 0x80AAA5) is known color: Gulf Stream. HEX triplet: 80, AA and A5. RGB value is (128,170,165). Sum of RGB (Red+Green+Blue) = 128+170+165=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #80AAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAA5 is #7F555A. Grayscale: #9C9C9C. Windows color (decimal): -8344923 or 10857088. OLE color: 10857088.
HSL color Cylindrical-coordinate representation of color #80AAA5: hue angle of 172.86º 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 #80AAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 165 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.33 |
| HSL | 172.86º | 0.2% | 0.58% | - |
| HSV(B) | 172.86º | 0.25% | 0.67% | - |
| XYZ | 30.07 | 36.06 | 40.97 | - |
| YUV | 156.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 165 | 0.25 | 0 | 0.03 | 0.33 | 172.86 | 0.2 | 0.58 |
| Hex | 80 | AA | A5 | 19 | 0 | 3 | 21 | AD | 14 | 3A |
| Octal | 200 | 252 | 245 | 31 | 0 | 3 | 41 | 255 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10100101 | 11001 | 0 | 11 | 100001 | 10101101 | 10100 | 111010 |
Color Harmonies of #80AAA5
Complementary color
Monochromatic Colors of #80AAA5
Black with #80AAA5
Text Example
Text Example
White with #80AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAA5; }
p { color: rgb(128,170,165); }
H1.HeaderClassName
{
color: #80AAA5;
}
.AnyTagClassName
{
color: #80AAA5;
}
</style>
background-color css
<style>
a { background-color: #80AAA5; }
a { background-color: rgb(128,170,165); }
div.DivClassName
{
background-color: #80AAA5;
}
.BgClassName
{
background-color: #80AAA5;
}
</style>
border-color css
<style>
span { border-color: #80AAA5; }
span { border-color: rgb(128,170,165); }
td.TdClassName
{
border-color: #80AAA5;
}
.TagClassName
{
border-color: #80AAA5;
}
</style>