Shades of Gulf Stream #7FB4AB
Tints of Gulf Stream #7FB4AB
RGB
CMYK
RGB Variations
Color information
#7FB4AB (or 0x7FB4AB) is known color: Gulf Stream. HEX triplet: 7F, B4 and AB. RGB value is (127,180,171). Sum of RGB (Red+Green+Blue) = 127+180+171=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB4AB is #804B54. Grayscale: #A3A3A3. Windows color (decimal): -8407893 or 11252863. OLE color: 11252863.
HSL color Cylindrical-coordinate representation of color #7FB4AB: hue angle of 169.81º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB4AB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 171 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.29 |
| HSL | 169.81º | 0.26% | 0.6% | - |
| HSV(B) | 169.81º | 0.29% | 0.71% | - |
| XYZ | 32.42 | 40.09 | 44.56 | - |
| YUV | 163.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 171 | 0.29 | 0 | 0.05 | 0.29 | 169.81 | 0.26 | 0.6 |
| Hex | 7F | B4 | AB | 1D | 0 | 5 | 1D | AA | 1A | 3C |
| Octal | 177 | 264 | 253 | 35 | 0 | 5 | 35 | 252 | 32 | 74 |
| Binary | 1111111 | 10110100 | 10101011 | 11101 | 0 | 101 | 11101 | 10101010 | 11010 | 111100 |
Color Harmonies of #7FB4AB
Complementary color
Monochromatic Colors of #7FB4AB
Black with #7FB4AB
Text Example
Text Example
White with #7FB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB4AB; }
p { color: rgb(127,180,171); }
H1.HeaderClassName
{
color: #7FB4AB;
}
.AnyTagClassName
{
color: #7FB4AB;
}
</style>
background-color css
<style>
a { background-color: #7FB4AB; }
a { background-color: rgb(127,180,171); }
div.DivClassName
{
background-color: #7FB4AB;
}
.BgClassName
{
background-color: #7FB4AB;
}
</style>
border-color css
<style>
span { border-color: #7FB4AB; }
span { border-color: rgb(127,180,171); }
td.TdClassName
{
border-color: #7FB4AB;
}
.TagClassName
{
border-color: #7FB4AB;
}
</style>