Shades of Gulf Stream #7DB7B4
Tints of Gulf Stream #7DB7B4
RGB
CMYK
RGB Variations
Color information
#7DB7B4 (or 0x7DB7B4) is known color: Gulf Stream. HEX triplet: 7D, B7 and B4. RGB value is (125,183,180). Sum of RGB (Red+Green+Blue) = 125+183+180=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB7B4 is #82484B. Grayscale: #A5A5A5. Windows color (decimal): -8538188 or 11843453. OLE color: 11843453.
HSL color Cylindrical-coordinate representation of color #7DB7B4: hue angle of 176.9º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB7B4 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 180 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.28 |
| HSL | 176.9º | 0.29% | 0.6% | - |
| HSV(B) | 176.9º | 0.32% | 0.72% | - |
| XYZ | 33.63 | 41.52 | 49.42 | - |
| YUV | 165.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 180 | 0.32 | 0 | 0.02 | 0.28 | 176.9 | 0.29 | 0.6 |
| Hex | 7D | B7 | B4 | 20 | 0 | 2 | 1C | B1 | 1D | 3C |
| Octal | 175 | 267 | 264 | 40 | 0 | 2 | 34 | 261 | 35 | 74 |
| Binary | 1111101 | 10110111 | 10110100 | 100000 | 0 | 10 | 11100 | 10110001 | 11101 | 111100 |
Color Harmonies of #7DB7B4
Complementary color
Monochromatic Colors of #7DB7B4
Black with #7DB7B4
Text Example
Text Example
White with #7DB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB7B4; }
p { color: rgb(125,183,180); }
H1.HeaderClassName
{
color: #7DB7B4;
}
.AnyTagClassName
{
color: #7DB7B4;
}
</style>
background-color css
<style>
a { background-color: #7DB7B4; }
a { background-color: rgb(125,183,180); }
div.DivClassName
{
background-color: #7DB7B4;
}
.BgClassName
{
background-color: #7DB7B4;
}
</style>
border-color css
<style>
span { border-color: #7DB7B4; }
span { border-color: rgb(125,183,180); }
td.TdClassName
{
border-color: #7DB7B4;
}
.TagClassName
{
border-color: #7DB7B4;
}
</style>