Shades of Gulf Stream #80AFAA
Tints of Gulf Stream #80AFAA
RGB
CMYK
RGB Variations
Color information
#80AFAA (or 0x80AFAA) is known color: Gulf Stream. HEX triplet: 80, AF and AA. RGB value is (128,175,170). Sum of RGB (Red+Green+Blue) = 128+175+170=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAA is #7F5055. Grayscale: #A0A0A0. Windows color (decimal): -8343638 or 11186048. OLE color: 11186048.
HSL color Cylindrical-coordinate representation of color #80AFAA: hue angle of 173.62º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AFAA is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 170 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.31 |
| HSL | 173.62º | 0.23% | 0.59% | - |
| HSV(B) | 173.62º | 0.27% | 0.69% | - |
| XYZ | 31.49 | 38.15 | 43.73 | - |
| YUV | 160.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 170 | 0.27 | 0 | 0.03 | 0.31 | 173.62 | 0.23 | 0.59 |
| Hex | 80 | AF | AA | 1B | 0 | 3 | 1F | AE | 17 | 3B |
| Octal | 200 | 257 | 252 | 33 | 0 | 3 | 37 | 256 | 27 | 73 |
| Binary | 10000000 | 10101111 | 10101010 | 11011 | 0 | 11 | 11111 | 10101110 | 10111 | 111011 |
Color Harmonies of #80AFAA
Complementary color
Monochromatic Colors of #80AFAA
Black with #80AFAA
Text Example
Text Example
White with #80AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFAA; }
p { color: rgb(128,175,170); }
H1.HeaderClassName
{
color: #80AFAA;
}
.AnyTagClassName
{
color: #80AFAA;
}
</style>
background-color css
<style>
a { background-color: #80AFAA; }
a { background-color: rgb(128,175,170); }
div.DivClassName
{
background-color: #80AFAA;
}
.BgClassName
{
background-color: #80AFAA;
}
</style>
border-color css
<style>
span { border-color: #80AFAA; }
span { border-color: rgb(128,175,170); }
td.TdClassName
{
border-color: #80AFAA;
}
.TagClassName
{
border-color: #80AFAA;
}
</style>