Shades of Gulf Stream #7EB8A8
Tints of Gulf Stream #7EB8A8
RGB
CMYK
RGB Variations
Color information
#7EB8A8 (or 0x7EB8A8) is known color: Gulf Stream. HEX triplet: 7E, B8 and A8. RGB value is (126,184,168). Sum of RGB (Red+Green+Blue) = 126+184+168=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB8A8 is #814757. Grayscale: #A4A4A4. Windows color (decimal): -8472408 or 11057278. OLE color: 11057278.
HSL color Cylindrical-coordinate representation of color #7EB8A8: hue angle of 163.45º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB8A8 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 168 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.28 |
| HSL | 163.45º | 0.29% | 0.61% | - |
| HSV(B) | 163.45º | 0.32% | 0.72% | - |
| XYZ | 32.81 | 41.54 | 43.34 | - |
| YUV | 164.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 168 | 0.32 | 0 | 0.09 | 0.28 | 163.45 | 0.29 | 0.61 |
| Hex | 7E | B8 | A8 | 20 | 0 | 9 | 1C | A3 | 1D | 3D |
| Octal | 176 | 270 | 250 | 40 | 0 | 11 | 34 | 243 | 35 | 75 |
| Binary | 1111110 | 10111000 | 10101000 | 100000 | 0 | 1001 | 11100 | 10100011 | 11101 | 111101 |
Color Harmonies of #7EB8A8
Complementary color
Monochromatic Colors of #7EB8A8
Black with #7EB8A8
Text Example
Text Example
White with #7EB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB8A8; }
p { color: rgb(126,184,168); }
H1.HeaderClassName
{
color: #7EB8A8;
}
.AnyTagClassName
{
color: #7EB8A8;
}
</style>
background-color css
<style>
a { background-color: #7EB8A8; }
a { background-color: rgb(126,184,168); }
div.DivClassName
{
background-color: #7EB8A8;
}
.BgClassName
{
background-color: #7EB8A8;
}
</style>
border-color css
<style>
span { border-color: #7EB8A8; }
span { border-color: rgb(126,184,168); }
td.TdClassName
{
border-color: #7EB8A8;
}
.TagClassName
{
border-color: #7EB8A8;
}
</style>