Shades of Gulf Stream #7DB5A5
Tints of Gulf Stream #7DB5A5
RGB
CMYK
RGB Variations
Color information
#7DB5A5 (or 0x7DB5A5) is known color: Gulf Stream. HEX triplet: 7D, B5 and A5. RGB value is (125,181,165). Sum of RGB (Red+Green+Blue) = 125+181+165=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB5A5 is #824A5A. Grayscale: #A2A2A2. Windows color (decimal): -8538715 or 10859901. OLE color: 10859901.
HSL color Cylindrical-coordinate representation of color #7DB5A5: hue angle of 162.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB5A5 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 165 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.29 |
| HSL | 162.86º | 0.27% | 0.6% | - |
| HSV(B) | 162.86º | 0.31% | 0.71% | - |
| XYZ | 31.77 | 40.12 | 41.67 | - |
| YUV | 162.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 165 | 0.31 | 0 | 0.09 | 0.29 | 162.86 | 0.27 | 0.6 |
| Hex | 7D | B5 | A5 | 1F | 0 | 9 | 1D | A3 | 1B | 3C |
| Octal | 175 | 265 | 245 | 37 | 0 | 11 | 35 | 243 | 33 | 74 |
| Binary | 1111101 | 10110101 | 10100101 | 11111 | 0 | 1001 | 11101 | 10100011 | 11011 | 111100 |
Color Harmonies of #7DB5A5
Complementary color
Monochromatic Colors of #7DB5A5
Black with #7DB5A5
Text Example
Text Example
White with #7DB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB5A5; }
p { color: rgb(125,181,165); }
H1.HeaderClassName
{
color: #7DB5A5;
}
.AnyTagClassName
{
color: #7DB5A5;
}
</style>
background-color css
<style>
a { background-color: #7DB5A5; }
a { background-color: rgb(125,181,165); }
div.DivClassName
{
background-color: #7DB5A5;
}
.BgClassName
{
background-color: #7DB5A5;
}
</style>
border-color css
<style>
span { border-color: #7DB5A5; }
span { border-color: rgb(125,181,165); }
td.TdClassName
{
border-color: #7DB5A5;
}
.TagClassName
{
border-color: #7DB5A5;
}
</style>