Shades of Gulf Stream #80B3AB
Tints of Gulf Stream #80B3AB
RGB
CMYK
RGB Variations
Color information
#80B3AB (or 0x80B3AB) is known color: Gulf Stream. HEX triplet: 80, B3 and AB. RGB value is (128,179,171). Sum of RGB (Red+Green+Blue) = 128+179+171=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #80B3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B3AB is #7F4C54. Grayscale: #A2A2A2. Windows color (decimal): -8342613 or 11252608. OLE color: 11252608.
HSL color Cylindrical-coordinate representation of color #80B3AB: hue angle of 170.59º 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 #80B3AB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 171 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.30 |
| HSL | 170.59º | 0.25% | 0.6% | - |
| HSV(B) | 170.59º | 0.28% | 0.7% | - |
| XYZ | 32.37 | 39.77 | 44.5 | - |
| YUV | 162.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 171 | 0.28 | 0 | 0.04 | 0.30 | 170.59 | 0.25 | 0.6 |
| Hex | 80 | B3 | AB | 1C | 0 | 4 | 1E | AB | 19 | 3C |
| Octal | 200 | 263 | 253 | 34 | 0 | 4 | 36 | 253 | 31 | 74 |
| Binary | 10000000 | 10110011 | 10101011 | 11100 | 0 | 100 | 11110 | 10101011 | 11001 | 111100 |
Color Harmonies of #80B3AB
Complementary color
Monochromatic Colors of #80B3AB
Black with #80B3AB
Text Example
Text Example
White with #80B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B3AB; }
p { color: rgb(128,179,171); }
H1.HeaderClassName
{
color: #80B3AB;
}
.AnyTagClassName
{
color: #80B3AB;
}
</style>
background-color css
<style>
a { background-color: #80B3AB; }
a { background-color: rgb(128,179,171); }
div.DivClassName
{
background-color: #80B3AB;
}
.BgClassName
{
background-color: #80B3AB;
}
</style>
border-color css
<style>
span { border-color: #80B3AB; }
span { border-color: rgb(128,179,171); }
td.TdClassName
{
border-color: #80B3AB;
}
.TagClassName
{
border-color: #80B3AB;
}
</style>