Shades of Gulf Stream #7DB1AA
Tints of Gulf Stream #7DB1AA
RGB
CMYK
RGB Variations
Color information
#7DB1AA (or 0x7DB1AA) is known color: Gulf Stream. HEX triplet: 7D, B1 and AA. RGB value is (125,177,170). Sum of RGB (Red+Green+Blue) = 125+177+170=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB1AA is #824E55. Grayscale: #A0A0A0. Windows color (decimal): -8539734 or 11186557. OLE color: 11186557.
HSL color Cylindrical-coordinate representation of color #7DB1AA: hue angle of 171.92º degrees, saturation: 0.25, 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 #7DB1AA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 170 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.31 |
| HSL | 171.92º | 0.25% | 0.59% | - |
| HSV(B) | 171.92º | 0.29% | 0.69% | - |
| XYZ | 31.44 | 38.71 | 43.84 | - |
| YUV | 160.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 170 | 0.29 | 0 | 0.04 | 0.31 | 171.92 | 0.25 | 0.59 |
| Hex | 7D | B1 | AA | 1D | 0 | 4 | 1F | AC | 19 | 3B |
| Octal | 175 | 261 | 252 | 35 | 0 | 4 | 37 | 254 | 31 | 73 |
| Binary | 1111101 | 10110001 | 10101010 | 11101 | 0 | 100 | 11111 | 10101100 | 11001 | 111011 |
Color Harmonies of #7DB1AA
Complementary color
Monochromatic Colors of #7DB1AA
Black with #7DB1AA
Text Example
Text Example
White with #7DB1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1AA; }
p { color: rgb(125,177,170); }
H1.HeaderClassName
{
color: #7DB1AA;
}
.AnyTagClassName
{
color: #7DB1AA;
}
</style>
background-color css
<style>
a { background-color: #7DB1AA; }
a { background-color: rgb(125,177,170); }
div.DivClassName
{
background-color: #7DB1AA;
}
.BgClassName
{
background-color: #7DB1AA;
}
</style>
border-color css
<style>
span { border-color: #7DB1AA; }
span { border-color: rgb(125,177,170); }
td.TdClassName
{
border-color: #7DB1AA;
}
.TagClassName
{
border-color: #7DB1AA;
}
</style>