Shades of Gulf Stream #7DB8AA
Tints of Gulf Stream #7DB8AA
RGB
CMYK
RGB Variations
Color information
#7DB8AA (or 0x7DB8AA) is known color: Gulf Stream. HEX triplet: 7D, B8 and AA. RGB value is (125,184,170). Sum of RGB (Red+Green+Blue) = 125+184+170=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB8AA is #824755. Grayscale: #A4A4A4. Windows color (decimal): -8537942 or 11188349. OLE color: 11188349.
HSL color Cylindrical-coordinate representation of color #7DB8AA: hue angle of 165.76º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB8AA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 170 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.28 |
| HSL | 165.76º | 0.29% | 0.61% | - |
| HSV(B) | 165.76º | 0.32% | 0.72% | - |
| XYZ | 32.85 | 41.54 | 44.32 | - |
| YUV | 164.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 170 | 0.32 | 0 | 0.08 | 0.28 | 165.76 | 0.29 | 0.61 |
| Hex | 7D | B8 | AA | 20 | 0 | 8 | 1C | A6 | 1D | 3D |
| Octal | 175 | 270 | 252 | 40 | 0 | 10 | 34 | 246 | 35 | 75 |
| Binary | 1111101 | 10111000 | 10101010 | 100000 | 0 | 1000 | 11100 | 10100110 | 11101 | 111101 |
Color Harmonies of #7DB8AA
Complementary color
Monochromatic Colors of #7DB8AA
Black with #7DB8AA
Text Example
Text Example
White with #7DB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB8AA; }
p { color: rgb(125,184,170); }
H1.HeaderClassName
{
color: #7DB8AA;
}
.AnyTagClassName
{
color: #7DB8AA;
}
</style>
background-color css
<style>
a { background-color: #7DB8AA; }
a { background-color: rgb(125,184,170); }
div.DivClassName
{
background-color: #7DB8AA;
}
.BgClassName
{
background-color: #7DB8AA;
}
</style>
border-color css
<style>
span { border-color: #7DB8AA; }
span { border-color: rgb(125,184,170); }
td.TdClassName
{
border-color: #7DB8AA;
}
.TagClassName
{
border-color: #7DB8AA;
}
</style>