Shades of Gulf Stream #80B5AF
Tints of Gulf Stream #80B5AF
RGB
CMYK
RGB Variations
Color information
#80B5AF (or 0x80B5AF) is known color: Gulf Stream. HEX triplet: 80, B5 and AF. RGB value is (128,181,175). Sum of RGB (Red+Green+Blue) = 128+181+175=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #80B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B5AF is #7F4A50. Grayscale: #A4A4A4. Windows color (decimal): -8342097 or 11515264. OLE color: 11515264.
HSL color Cylindrical-coordinate representation of color #80B5AF: hue angle of 173.21º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B5AF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 128 | 181 | 175 | - |
CMYK | 0.29 | 0 | 0.03 | 0.29 |
HSL | 173.21º | 0.26% | 0.61% | - |
HSV(B) | 173.21º | 0.29% | 0.71% | - |
XYZ | 33.16 | 40.73 | 46.67 | - |
YUV | 164.47 | 133.94 | 101.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 181 | 175 | 0.29 | 0 | 0.03 | 0.29 | 173.21 | 0.26 | 0.61 |
Hex | 80 | B5 | AF | 1D | 0 | 3 | 1D | AD | 1A | 3D |
Octal | 200 | 265 | 257 | 35 | 0 | 3 | 35 | 255 | 32 | 75 |
Binary | 10000000 | 10110101 | 10101111 | 11101 | 0 | 11 | 11101 | 10101101 | 11010 | 111101 |
Color Harmonies of #80B5AF
Complementary color
Monochromatic Colors of #80B5AF
Black with #80B5AF
Text Example
Text Example
White with #80B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B5AF; }
p { color: rgb(128,181,175); }
H1.HeaderClassName
{
color: #80B5AF;
}
.AnyTagClassName
{
color: #80B5AF;
}
</style>
background-color css
<style>
a { background-color: #80B5AF; }
a { background-color: rgb(128,181,175); }
div.DivClassName
{
background-color: #80B5AF;
}
.BgClassName
{
background-color: #80B5AF;
}
</style>
border-color css
<style>
span { border-color: #80B5AF; }
span { border-color: rgb(128,181,175); }
td.TdClassName
{
border-color: #80B5AF;
}
.TagClassName
{
border-color: #80B5AF;
}
</style>