Shades of Gulf Stream #7EAFA7
Tints of Gulf Stream #7EAFA7
RGB
CMYK
RGB Variations
Color information
#7EAFA7 (or 0x7EAFA7) is known color: Gulf Stream. HEX triplet: 7E, AF and A7. RGB value is (126,175,167). Sum of RGB (Red+Green+Blue) = 126+175+167=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAFA7 is #815058. Grayscale: #9F9F9F. Windows color (decimal): -8474713 or 10989438. OLE color: 10989438.
HSL color Cylindrical-coordinate representation of color #7EAFA7: hue angle of 170.2º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAFA7 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 167 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.31 |
| HSL | 170.2º | 0.23% | 0.59% | - |
| HSV(B) | 170.2º | 0.28% | 0.69% | - |
| XYZ | 30.91 | 37.89 | 42.24 | - |
| YUV | 159.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 167 | 0.28 | 0 | 0.05 | 0.31 | 170.2 | 0.23 | 0.59 |
| Hex | 7E | AF | A7 | 1C | 0 | 5 | 1F | AA | 17 | 3B |
| Octal | 176 | 257 | 247 | 34 | 0 | 5 | 37 | 252 | 27 | 73 |
| Binary | 1111110 | 10101111 | 10100111 | 11100 | 0 | 101 | 11111 | 10101010 | 10111 | 111011 |
Color Harmonies of #7EAFA7
Complementary color
Monochromatic Colors of #7EAFA7
Black with #7EAFA7
Text Example
Text Example
White with #7EAFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFA7; }
p { color: rgb(126,175,167); }
H1.HeaderClassName
{
color: #7EAFA7;
}
.AnyTagClassName
{
color: #7EAFA7;
}
</style>
background-color css
<style>
a { background-color: #7EAFA7; }
a { background-color: rgb(126,175,167); }
div.DivClassName
{
background-color: #7EAFA7;
}
.BgClassName
{
background-color: #7EAFA7;
}
</style>
border-color css
<style>
span { border-color: #7EAFA7; }
span { border-color: rgb(126,175,167); }
td.TdClassName
{
border-color: #7EAFA7;
}
.TagClassName
{
border-color: #7EAFA7;
}
</style>