Shades of Gulf Stream #7DB0AC
Tints of Gulf Stream #7DB0AC
RGB
CMYK
RGB Variations
Color information
#7DB0AC (or 0x7DB0AC) is known color: Gulf Stream. HEX triplet: 7D, B0 and AC. RGB value is (125,176,172). Sum of RGB (Red+Green+Blue) = 125+176+172=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB0AC is #824F53. Grayscale: #A0A0A0. Windows color (decimal): -8539988 or 11317373. OLE color: 11317373.
HSL color Cylindrical-coordinate representation of color #7DB0AC: hue angle of 175.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DB0AC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 172 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.31 |
| HSL | 175.29º | 0.24% | 0.59% | - |
| HSV(B) | 175.29º | 0.29% | 0.69% | - |
| XYZ | 31.43 | 38.39 | 44.78 | - |
| YUV | 160.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 172 | 0.29 | 0 | 0.02 | 0.31 | 175.29 | 0.24 | 0.59 |
| Hex | 7D | B0 | AC | 1D | 0 | 2 | 1F | AF | 18 | 3B |
| Octal | 175 | 260 | 254 | 35 | 0 | 2 | 37 | 257 | 30 | 73 |
| Binary | 1111101 | 10110000 | 10101100 | 11101 | 0 | 10 | 11111 | 10101111 | 11000 | 111011 |
Color Harmonies of #7DB0AC
Complementary color
Monochromatic Colors of #7DB0AC
Black with #7DB0AC
Text Example
Text Example
White with #7DB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB0AC; }
p { color: rgb(125,176,172); }
H1.HeaderClassName
{
color: #7DB0AC;
}
.AnyTagClassName
{
color: #7DB0AC;
}
</style>
background-color css
<style>
a { background-color: #7DB0AC; }
a { background-color: rgb(125,176,172); }
div.DivClassName
{
background-color: #7DB0AC;
}
.BgClassName
{
background-color: #7DB0AC;
}
</style>
border-color css
<style>
span { border-color: #7DB0AC; }
span { border-color: rgb(125,176,172); }
td.TdClassName
{
border-color: #7DB0AC;
}
.TagClassName
{
border-color: #7DB0AC;
}
</style>