Shades of Gulf Stream #7DB1AE
Tints of Gulf Stream #7DB1AE
RGB
CMYK
RGB Variations
Color information
#7DB1AE (or 0x7DB1AE) is known color: Gulf Stream. HEX triplet: 7D, B1 and AE. RGB value is (125,177,174). Sum of RGB (Red+Green+Blue) = 125+177+174=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB1AE is #824E51. Grayscale: #A1A1A1. Windows color (decimal): -8539730 or 11448701. OLE color: 11448701.
HSL color Cylindrical-coordinate representation of color #7DB1AE: hue angle of 176.54º 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 #7DB1AE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 174 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.31 |
| HSL | 176.54º | 0.25% | 0.59% | - |
| HSV(B) | 176.54º | 0.29% | 0.69% | - |
| XYZ | 31.82 | 38.86 | 45.87 | - |
| YUV | 161.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 174 | 0.29 | 0 | 0.02 | 0.31 | 176.54 | 0.25 | 0.59 |
| Hex | 7D | B1 | AE | 1D | 0 | 2 | 1F | B1 | 19 | 3B |
| Octal | 175 | 261 | 256 | 35 | 0 | 2 | 37 | 261 | 31 | 73 |
| Binary | 1111101 | 10110001 | 10101110 | 11101 | 0 | 10 | 11111 | 10110001 | 11001 | 111011 |
Color Harmonies of #7DB1AE
Complementary color
Monochromatic Colors of #7DB1AE
Black with #7DB1AE
Text Example
Text Example
White with #7DB1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB1AE; }
p { color: rgb(125,177,174); }
H1.HeaderClassName
{
color: #7DB1AE;
}
.AnyTagClassName
{
color: #7DB1AE;
}
</style>
background-color css
<style>
a { background-color: #7DB1AE; }
a { background-color: rgb(125,177,174); }
div.DivClassName
{
background-color: #7DB1AE;
}
.BgClassName
{
background-color: #7DB1AE;
}
</style>
border-color css
<style>
span { border-color: #7DB1AE; }
span { border-color: rgb(125,177,174); }
td.TdClassName
{
border-color: #7DB1AE;
}
.TagClassName
{
border-color: #7DB1AE;
}
</style>