Shades of Gulf Stream #80B2AC
Tints of Gulf Stream #80B2AC
RGB
CMYK
RGB Variations
Color information
#80B2AC (or 0x80B2AC) is known color: Gulf Stream. HEX triplet: 80, B2 and AC. RGB value is (128,178,172). Sum of RGB (Red+Green+Blue) = 128+178+172=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #80B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B2AC is #7F4D53. Grayscale: #A2A2A2. Windows color (decimal): -8342868 or 11317888. OLE color: 11317888.
HSL color Cylindrical-coordinate representation of color #80B2AC: hue angle of 172.8º 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 #80B2AC is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 172 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.30 |
| HSL | 172.8º | 0.25% | 0.6% | - |
| HSV(B) | 172.8º | 0.28% | 0.7% | - |
| XYZ | 32.27 | 39.41 | 44.94 | - |
| YUV | 162.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 172 | 0.28 | 0 | 0.03 | 0.30 | 172.8 | 0.25 | 0.6 |
| Hex | 80 | B2 | AC | 1C | 0 | 3 | 1E | AD | 19 | 3C |
| Octal | 200 | 262 | 254 | 34 | 0 | 3 | 36 | 255 | 31 | 74 |
| Binary | 10000000 | 10110010 | 10101100 | 11100 | 0 | 11 | 11110 | 10101101 | 11001 | 111100 |
Color Harmonies of #80B2AC
Complementary color
Monochromatic Colors of #80B2AC
Black with #80B2AC
Text Example
Text Example
White with #80B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B2AC; }
p { color: rgb(128,178,172); }
H1.HeaderClassName
{
color: #80B2AC;
}
.AnyTagClassName
{
color: #80B2AC;
}
</style>
background-color css
<style>
a { background-color: #80B2AC; }
a { background-color: rgb(128,178,172); }
div.DivClassName
{
background-color: #80B2AC;
}
.BgClassName
{
background-color: #80B2AC;
}
</style>
border-color css
<style>
span { border-color: #80B2AC; }
span { border-color: rgb(128,178,172); }
td.TdClassName
{
border-color: #80B2AC;
}
.TagClassName
{
border-color: #80B2AC;
}
</style>