Shades of Gulf Stream #7FB6B4
Tints of Gulf Stream #7FB6B4
RGB
CMYK
RGB Variations
Color information
#7FB6B4 (or 0x7FB6B4) is known color: Gulf Stream. HEX triplet: 7F, B6 and B4. RGB value is (127,182,180). Sum of RGB (Red+Green+Blue) = 127+182+180=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6B4 is #80494B. Grayscale: #A5A5A5. Windows color (decimal): -8407372 or 11843199. OLE color: 11843199.
HSL color Cylindrical-coordinate representation of color #7FB6B4: hue angle of 177.82º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB6B4 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 180 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.29 |
| HSL | 177.82º | 0.27% | 0.61% | - |
| HSV(B) | 177.82º | 0.3% | 0.71% | - |
| XYZ | 33.72 | 41.26 | 49.37 | - |
| YUV | 165.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 180 | 0.30 | 0 | 0.01 | 0.29 | 177.82 | 0.27 | 0.61 |
| Hex | 7F | B6 | B4 | 1E | 0 | 1 | 1D | B2 | 1B | 3D |
| Octal | 177 | 266 | 264 | 36 | 0 | 1 | 35 | 262 | 33 | 75 |
| Binary | 1111111 | 10110110 | 10110100 | 11110 | 0 | 1 | 11101 | 10110010 | 11011 | 111101 |
Color Harmonies of #7FB6B4
Complementary color
Monochromatic Colors of #7FB6B4
Black with #7FB6B4
Text Example
Text Example
White with #7FB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB6B4; }
p { color: rgb(127,182,180); }
H1.HeaderClassName
{
color: #7FB6B4;
}
.AnyTagClassName
{
color: #7FB6B4;
}
</style>
background-color css
<style>
a { background-color: #7FB6B4; }
a { background-color: rgb(127,182,180); }
div.DivClassName
{
background-color: #7FB6B4;
}
.BgClassName
{
background-color: #7FB6B4;
}
</style>
border-color css
<style>
span { border-color: #7FB6B4; }
span { border-color: rgb(127,182,180); }
td.TdClassName
{
border-color: #7FB6B4;
}
.TagClassName
{
border-color: #7FB6B4;
}
</style>