Shades of Gulf Stream #80ADA7
Tints of Gulf Stream #80ADA7
RGB
CMYK
RGB Variations
Color information
#80ADA7 (or 0x80ADA7) is known color: Gulf Stream. HEX triplet: 80, AD and A7. RGB value is (128,173,167). Sum of RGB (Red+Green+Blue) = 128+173+167=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #80ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADA7 is #7F5258. Grayscale: #9E9E9E. Windows color (decimal): -8344153 or 10988928. OLE color: 10988928.
HSL color Cylindrical-coordinate representation of color #80ADA7: hue angle of 172º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ADA7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 167 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.32 |
| HSL | 172º | 0.22% | 0.59% | - |
| HSV(B) | 172º | 0.26% | 0.68% | - |
| XYZ | 30.82 | 37.27 | 42.13 | - |
| YUV | 158.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 167 | 0.26 | 0 | 0.03 | 0.32 | 172 | 0.22 | 0.59 |
| Hex | 80 | AD | A7 | 1A | 0 | 3 | 20 | AC | 16 | 3B |
| Octal | 200 | 255 | 247 | 32 | 0 | 3 | 40 | 254 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10100111 | 11010 | 0 | 11 | 100000 | 10101100 | 10110 | 111011 |
Color Harmonies of #80ADA7
Complementary color
Monochromatic Colors of #80ADA7
Black with #80ADA7
Text Example
Text Example
White with #80ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADA7; }
p { color: rgb(128,173,167); }
H1.HeaderClassName
{
color: #80ADA7;
}
.AnyTagClassName
{
color: #80ADA7;
}
</style>
background-color css
<style>
a { background-color: #80ADA7; }
a { background-color: rgb(128,173,167); }
div.DivClassName
{
background-color: #80ADA7;
}
.BgClassName
{
background-color: #80ADA7;
}
</style>
border-color css
<style>
span { border-color: #80ADA7; }
span { border-color: rgb(128,173,167); }
td.TdClassName
{
border-color: #80ADA7;
}
.TagClassName
{
border-color: #80ADA7;
}
</style>