Shades of Gulf Stream #80B8B2
Tints of Gulf Stream #80B8B2
RGB
CMYK
RGB Variations
Color information
#80B8B2 (or 0x80B8B2) is known color: Gulf Stream. HEX triplet: 80, B8 and B2. RGB value is (128,184,178). Sum of RGB (Red+Green+Blue) = 128+184+178=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #80B8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B8B2 is #7F474D. Grayscale: #A6A6A6. Windows color (decimal): -8341326 or 11712640. OLE color: 11712640.
HSL color Cylindrical-coordinate representation of color #80B8B2: hue angle of 173.57º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B8B2 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 178 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.28 |
| HSL | 173.57º | 0.28% | 0.61% | - |
| HSV(B) | 173.57º | 0.3% | 0.72% | - |
| XYZ | 34.08 | 42.08 | 48.45 | - |
| YUV | 166.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 178 | 0.30 | 0 | 0.03 | 0.28 | 173.57 | 0.28 | 0.61 |
| Hex | 80 | B8 | B2 | 1E | 0 | 3 | 1C | AE | 1C | 3D |
| Octal | 200 | 270 | 262 | 36 | 0 | 3 | 34 | 256 | 34 | 75 |
| Binary | 10000000 | 10111000 | 10110010 | 11110 | 0 | 11 | 11100 | 10101110 | 11100 | 111101 |
Color Harmonies of #80B8B2
Complementary color
Monochromatic Colors of #80B8B2
Black with #80B8B2
Text Example
Text Example
White with #80B8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B8B2; }
p { color: rgb(128,184,178); }
H1.HeaderClassName
{
color: #80B8B2;
}
.AnyTagClassName
{
color: #80B8B2;
}
</style>
background-color css
<style>
a { background-color: #80B8B2; }
a { background-color: rgb(128,184,178); }
div.DivClassName
{
background-color: #80B8B2;
}
.BgClassName
{
background-color: #80B8B2;
}
</style>
border-color css
<style>
span { border-color: #80B8B2; }
span { border-color: rgb(128,184,178); }
td.TdClassName
{
border-color: #80B8B2;
}
.TagClassName
{
border-color: #80B8B2;
}
</style>