Shades of Gulf Stream #7DABA2
Tints of Gulf Stream #7DABA2
RGB
CMYK
RGB Variations
Color information
#7DABA2 (or 0x7DABA2) is known color: Gulf Stream. HEX triplet: 7D, AB and A2. RGB value is (125,171,162). Sum of RGB (Red+Green+Blue) = 125+171+162=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #7DABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABA2 is #82545D. Grayscale: #9C9C9C. Windows color (decimal): -8541278 or 10660733. OLE color: 10660733.
HSL color Cylindrical-coordinate representation of color #7DABA2: hue angle of 168.26º 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 #7DABA2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 162 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.33 |
| HSL | 168.26º | 0.21% | 0.58% | - |
| HSV(B) | 168.26º | 0.27% | 0.67% | - |
| XYZ | 29.54 | 36.09 | 39.59 | - |
| YUV | 156.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 162 | 0.27 | 0 | 0.05 | 0.33 | 168.26 | 0.21 | 0.58 |
| Hex | 7D | AB | A2 | 1B | 0 | 5 | 21 | A8 | 15 | 3A |
| Octal | 175 | 253 | 242 | 33 | 0 | 5 | 41 | 250 | 25 | 72 |
| Binary | 1111101 | 10101011 | 10100010 | 11011 | 0 | 101 | 100001 | 10101000 | 10101 | 111010 |
Color Harmonies of #7DABA2
Complementary color
Monochromatic Colors of #7DABA2
Black with #7DABA2
Text Example
Text Example
White with #7DABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABA2; }
p { color: rgb(125,171,162); }
H1.HeaderClassName
{
color: #7DABA2;
}
.AnyTagClassName
{
color: #7DABA2;
}
</style>
background-color css
<style>
a { background-color: #7DABA2; }
a { background-color: rgb(125,171,162); }
div.DivClassName
{
background-color: #7DABA2;
}
.BgClassName
{
background-color: #7DABA2;
}
</style>
border-color css
<style>
span { border-color: #7DABA2; }
span { border-color: rgb(125,171,162); }
td.TdClassName
{
border-color: #7DABA2;
}
.TagClassName
{
border-color: #7DABA2;
}
</style>