Shades of Gulf Stream #80B3AD
Tints of Gulf Stream #80B3AD
RGB
CMYK
RGB Variations
Color information
#80B3AD (or 0x80B3AD) is known color: Gulf Stream. HEX triplet: 80, B3 and AD. RGB value is (128,179,173). Sum of RGB (Red+Green+Blue) = 128+179+173=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #80B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B3AD is #7F4C52. Grayscale: #A3A3A3. Windows color (decimal): -8342611 or 11383680. OLE color: 11383680.
HSL color Cylindrical-coordinate representation of color #80B3AD: hue angle of 172.94º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B3AD is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 173 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.30 |
| HSL | 172.94º | 0.25% | 0.6% | - |
| HSV(B) | 172.94º | 0.28% | 0.7% | - |
| XYZ | 32.57 | 39.85 | 45.51 | - |
| YUV | 163.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 173 | 0.28 | 0 | 0.03 | 0.30 | 172.94 | 0.25 | 0.6 |
| Hex | 80 | B3 | AD | 1C | 0 | 3 | 1E | AD | 19 | 3C |
| Octal | 200 | 263 | 255 | 34 | 0 | 3 | 36 | 255 | 31 | 74 |
| Binary | 10000000 | 10110011 | 10101101 | 11100 | 0 | 11 | 11110 | 10101101 | 11001 | 111100 |
Color Harmonies of #80B3AD
Complementary color
Monochromatic Colors of #80B3AD
Black with #80B3AD
Text Example
Text Example
White with #80B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B3AD; }
p { color: rgb(128,179,173); }
H1.HeaderClassName
{
color: #80B3AD;
}
.AnyTagClassName
{
color: #80B3AD;
}
</style>
background-color css
<style>
a { background-color: #80B3AD; }
a { background-color: rgb(128,179,173); }
div.DivClassName
{
background-color: #80B3AD;
}
.BgClassName
{
background-color: #80B3AD;
}
</style>
border-color css
<style>
span { border-color: #80B3AD; }
span { border-color: rgb(128,179,173); }
td.TdClassName
{
border-color: #80B3AD;
}
.TagClassName
{
border-color: #80B3AD;
}
</style>