Shades of Gulf Stream #7CABA1
Tints of Gulf Stream #7CABA1
RGB
CMYK
RGB Variations
Color information
#7CABA1 (or 0x7CABA1) is known color: Gulf Stream. HEX triplet: 7C, AB and A1. RGB value is (124,171,161). Sum of RGB (Red+Green+Blue) = 124+171+161=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #7CABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABA1 is #83545E. Grayscale: #9B9B9B. Windows color (decimal): -8606815 or 10595196. OLE color: 10595196.
HSL color Cylindrical-coordinate representation of color #7CABA1: hue angle of 167.23º degrees, saturation: 0.22, 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 #7CABA1 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 161 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.33 |
| HSL | 167.23º | 0.22% | 0.58% | - |
| HSV(B) | 167.23º | 0.27% | 0.67% | - |
| XYZ | 29.31 | 35.98 | 39.12 | - |
| YUV | 155.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 161 | 0.27 | 0 | 0.06 | 0.33 | 167.23 | 0.22 | 0.58 |
| Hex | 7C | AB | A1 | 1B | 0 | 6 | 21 | A7 | 16 | 3A |
| Octal | 174 | 253 | 241 | 33 | 0 | 6 | 41 | 247 | 26 | 72 |
| Binary | 1111100 | 10101011 | 10100001 | 11011 | 0 | 110 | 100001 | 10100111 | 10110 | 111010 |
Color Harmonies of #7CABA1
Complementary color
Monochromatic Colors of #7CABA1
Black with #7CABA1
Text Example
Text Example
White with #7CABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABA1; }
p { color: rgb(124,171,161); }
H1.HeaderClassName
{
color: #7CABA1;
}
.AnyTagClassName
{
color: #7CABA1;
}
</style>
background-color css
<style>
a { background-color: #7CABA1; }
a { background-color: rgb(124,171,161); }
div.DivClassName
{
background-color: #7CABA1;
}
.BgClassName
{
background-color: #7CABA1;
}
</style>
border-color css
<style>
span { border-color: #7CABA1; }
span { border-color: rgb(124,171,161); }
td.TdClassName
{
border-color: #7CABA1;
}
.TagClassName
{
border-color: #7CABA1;
}
</style>