Shades of Gulf Stream #7DABA3
Tints of Gulf Stream #7DABA3
RGB
CMYK
RGB Variations
Color information
#7DABA3 (or 0x7DABA3) is known color: Gulf Stream. HEX triplet: 7D, AB and A3. RGB value is (125,171,163). Sum of RGB (Red+Green+Blue) = 125+171+163=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #7DABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABA3 is #82545C. Grayscale: #9C9C9C. Windows color (decimal): -8541277 or 10726269. OLE color: 10726269.
HSL color Cylindrical-coordinate representation of color #7DABA3: hue angle of 169.57º 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 #7DABA3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 163 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.33 |
| HSL | 169.57º | 0.21% | 0.58% | - |
| HSV(B) | 169.57º | 0.27% | 0.67% | - |
| XYZ | 29.63 | 36.13 | 40.06 | - |
| YUV | 156.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 163 | 0.27 | 0 | 0.05 | 0.33 | 169.57 | 0.21 | 0.58 |
| Hex | 7D | AB | A3 | 1B | 0 | 5 | 21 | AA | 15 | 3A |
| Octal | 175 | 253 | 243 | 33 | 0 | 5 | 41 | 252 | 25 | 72 |
| Binary | 1111101 | 10101011 | 10100011 | 11011 | 0 | 101 | 100001 | 10101010 | 10101 | 111010 |
Color Harmonies of #7DABA3
Complementary color
Monochromatic Colors of #7DABA3
Black with #7DABA3
Text Example
Text Example
White with #7DABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABA3; }
p { color: rgb(125,171,163); }
H1.HeaderClassName
{
color: #7DABA3;
}
.AnyTagClassName
{
color: #7DABA3;
}
</style>
background-color css
<style>
a { background-color: #7DABA3; }
a { background-color: rgb(125,171,163); }
div.DivClassName
{
background-color: #7DABA3;
}
.BgClassName
{
background-color: #7DABA3;
}
</style>
border-color css
<style>
span { border-color: #7DABA3; }
span { border-color: rgb(125,171,163); }
td.TdClassName
{
border-color: #7DABA3;
}
.TagClassName
{
border-color: #7DABA3;
}
</style>