Shades of Gulf Stream #7DB5AF
Tints of Gulf Stream #7DB5AF
RGB
CMYK
RGB Variations
Color information
#7DB5AF (or 0x7DB5AF) is known color: Gulf Stream. HEX triplet: 7D, B5 and AF. RGB value is (125,181,175). Sum of RGB (Red+Green+Blue) = 125+181+175=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB5AF is #824A50. Grayscale: #A3A3A3. Windows color (decimal): -8538705 or 11515261. OLE color: 11515261.
HSL color Cylindrical-coordinate representation of color #7DB5AF: hue angle of 173.57º 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 #7DB5AF is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 175 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.29 |
| HSL | 173.57º | 0.27% | 0.6% | - |
| HSV(B) | 173.57º | 0.31% | 0.71% | - |
| XYZ | 32.72 | 40.5 | 46.65 | - |
| YUV | 163.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 175 | 0.31 | 0 | 0.03 | 0.29 | 173.57 | 0.27 | 0.6 |
| Hex | 7D | B5 | AF | 1F | 0 | 3 | 1D | AE | 1B | 3C |
| Octal | 175 | 265 | 257 | 37 | 0 | 3 | 35 | 256 | 33 | 74 |
| Binary | 1111101 | 10110101 | 10101111 | 11111 | 0 | 11 | 11101 | 10101110 | 11011 | 111100 |
Color Harmonies of #7DB5AF
Complementary color
Monochromatic Colors of #7DB5AF
Black with #7DB5AF
Text Example
Text Example
White with #7DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB5AF; }
p { color: rgb(125,181,175); }
H1.HeaderClassName
{
color: #7DB5AF;
}
.AnyTagClassName
{
color: #7DB5AF;
}
</style>
background-color css
<style>
a { background-color: #7DB5AF; }
a { background-color: rgb(125,181,175); }
div.DivClassName
{
background-color: #7DB5AF;
}
.BgClassName
{
background-color: #7DB5AF;
}
</style>
border-color css
<style>
span { border-color: #7DB5AF; }
span { border-color: rgb(125,181,175); }
td.TdClassName
{
border-color: #7DB5AF;
}
.TagClassName
{
border-color: #7DB5AF;
}
</style>