Shades of Gulf Stream #7DAAA1
Tints of Gulf Stream #7DAAA1
RGB
CMYK
RGB Variations
Color information
#7DAAA1 (or 0x7DAAA1) is known color: Gulf Stream. HEX triplet: 7D, AA and A1. RGB value is (125,170,161). Sum of RGB (Red+Green+Blue) = 125+170+161=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAA1 is #82555E. Grayscale: #9B9B9B. Windows color (decimal): -8541535 or 10594941. OLE color: 10594941.
HSL color Cylindrical-coordinate representation of color #7DAAA1: hue angle of 168º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DAAA1 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 161 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.33 |
| HSL | 168º | 0.21% | 0.58% | - |
| HSV(B) | 168º | 0.26% | 0.67% | - |
| XYZ | 29.27 | 35.68 | 39.06 | - |
| YUV | 155.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 161 | 0.26 | 0 | 0.05 | 0.33 | 168 | 0.21 | 0.58 |
| Hex | 7D | AA | A1 | 1A | 0 | 5 | 21 | A8 | 15 | 3A |
| Octal | 175 | 252 | 241 | 32 | 0 | 5 | 41 | 250 | 25 | 72 |
| Binary | 1111101 | 10101010 | 10100001 | 11010 | 0 | 101 | 100001 | 10101000 | 10101 | 111010 |
Color Harmonies of #7DAAA1
Complementary color
Monochromatic Colors of #7DAAA1
Black with #7DAAA1
Text Example
Text Example
White with #7DAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAA1; }
p { color: rgb(125,170,161); }
H1.HeaderClassName
{
color: #7DAAA1;
}
.AnyTagClassName
{
color: #7DAAA1;
}
</style>
background-color css
<style>
a { background-color: #7DAAA1; }
a { background-color: rgb(125,170,161); }
div.DivClassName
{
background-color: #7DAAA1;
}
.BgClassName
{
background-color: #7DAAA1;
}
</style>
border-color css
<style>
span { border-color: #7DAAA1; }
span { border-color: rgb(125,170,161); }
td.TdClassName
{
border-color: #7DAAA1;
}
.TagClassName
{
border-color: #7DAAA1;
}
</style>