Shades of Gulf Stream #7FB8B4
Tints of Gulf Stream #7FB8B4
RGB
CMYK
RGB Variations
Color information
#7FB8B4 (or 0x7FB8B4) is known color: Gulf Stream. HEX triplet: 7F, B8 and B4. RGB value is (127,184,180). Sum of RGB (Red+Green+Blue) = 127+184+180=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB8B4 is #80474B. Grayscale: #A6A6A6. Windows color (decimal): -8406860 or 11843711. OLE color: 11843711.
HSL color Cylindrical-coordinate representation of color #7FB8B4: hue angle of 175.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB8B4 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 180 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.28 |
| HSL | 175.79º | 0.29% | 0.61% | - |
| HSV(B) | 175.79º | 0.31% | 0.72% | - |
| XYZ | 34.13 | 42.09 | 49.5 | - |
| YUV | 166.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 180 | 0.31 | 0 | 0.02 | 0.28 | 175.79 | 0.29 | 0.61 |
| Hex | 7F | B8 | B4 | 1F | 0 | 2 | 1C | B0 | 1D | 3D |
| Octal | 177 | 270 | 264 | 37 | 0 | 2 | 34 | 260 | 35 | 75 |
| Binary | 1111111 | 10111000 | 10110100 | 11111 | 0 | 10 | 11100 | 10110000 | 11101 | 111101 |
Color Harmonies of #7FB8B4
Complementary color
Monochromatic Colors of #7FB8B4
Black with #7FB8B4
Text Example
Text Example
White with #7FB8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB8B4; }
p { color: rgb(127,184,180); }
H1.HeaderClassName
{
color: #7FB8B4;
}
.AnyTagClassName
{
color: #7FB8B4;
}
</style>
background-color css
<style>
a { background-color: #7FB8B4; }
a { background-color: rgb(127,184,180); }
div.DivClassName
{
background-color: #7FB8B4;
}
.BgClassName
{
background-color: #7FB8B4;
}
</style>
border-color css
<style>
span { border-color: #7FB8B4; }
span { border-color: rgb(127,184,180); }
td.TdClassName
{
border-color: #7FB8B4;
}
.TagClassName
{
border-color: #7FB8B4;
}
</style>