Shades of Gulf Stream #7DABA7
Tints of Gulf Stream #7DABA7
RGB
CMYK
RGB Variations
Color information
#7DABA7 (or 0x7DABA7) is known color: Gulf Stream. HEX triplet: 7D, AB and A7. RGB value is (125,171,167). Sum of RGB (Red+Green+Blue) = 125+171+167=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #7DABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABA7 is #825458. Grayscale: #9C9C9C. Windows color (decimal): -8541273 or 10988413. OLE color: 10988413.
HSL color Cylindrical-coordinate representation of color #7DABA7: hue angle of 174.78º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DABA7 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 167 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.33 |
| HSL | 174.78º | 0.21% | 0.58% | - |
| HSV(B) | 174.78º | 0.27% | 0.67% | - |
| XYZ | 30 | 36.28 | 41.98 | - |
| YUV | 156.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 167 | 0.27 | 0 | 0.02 | 0.33 | 174.78 | 0.21 | 0.58 |
| Hex | 7D | AB | A7 | 1B | 0 | 2 | 21 | AF | 15 | 3A |
| Octal | 175 | 253 | 247 | 33 | 0 | 2 | 41 | 257 | 25 | 72 |
| Binary | 1111101 | 10101011 | 10100111 | 11011 | 0 | 10 | 100001 | 10101111 | 10101 | 111010 |
Color Harmonies of #7DABA7
Complementary color
Monochromatic Colors of #7DABA7
Black with #7DABA7
Text Example
Text Example
White with #7DABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABA7; }
p { color: rgb(125,171,167); }
H1.HeaderClassName
{
color: #7DABA7;
}
.AnyTagClassName
{
color: #7DABA7;
}
</style>
background-color css
<style>
a { background-color: #7DABA7; }
a { background-color: rgb(125,171,167); }
div.DivClassName
{
background-color: #7DABA7;
}
.BgClassName
{
background-color: #7DABA7;
}
</style>
border-color css
<style>
span { border-color: #7DABA7; }
span { border-color: rgb(125,171,167); }
td.TdClassName
{
border-color: #7DABA7;
}
.TagClassName
{
border-color: #7DABA7;
}
</style>