Shades of Gulf Stream #72BAAB
Tints of Gulf Stream #72BAAB
RGB
CMYK
RGB Variations
Color information
#72BAAB (or 0x72BAAB) is known color: Gulf Stream. HEX triplet: 72, BA and AB. RGB value is (114,186,171). Sum of RGB (Red+Green+Blue) = 114+186+171=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAAB is #8D4554. Grayscale: #A2A2A2. Windows color (decimal): -9258325 or 11254386. OLE color: 11254386.
HSL color Cylindrical-coordinate representation of color #72BAAB: hue angle of 167.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BAAB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 171 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.27 |
| HSL | 167.5º | 0.34% | 0.59% | - |
| HSV(B) | 167.5º | 0.39% | 0.73% | - |
| XYZ | 31.85 | 41.64 | 44.89 | - |
| YUV | 162.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 171 | 0.39 | 0 | 0.08 | 0.27 | 167.5 | 0.34 | 0.59 |
| Hex | 72 | BA | AB | 27 | 0 | 8 | 1B | A8 | 22 | 3B |
| Octal | 162 | 272 | 253 | 47 | 0 | 10 | 33 | 250 | 42 | 73 |
| Binary | 1110010 | 10111010 | 10101011 | 100111 | 0 | 1000 | 11011 | 10101000 | 100010 | 111011 |
Color Harmonies of #72BAAB
Complementary color
Monochromatic Colors of #72BAAB
Black with #72BAAB
Text Example
Text Example
White with #72BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BAAB; }
p { color: rgb(114,186,171); }
H1.HeaderClassName
{
color: #72BAAB;
}
.AnyTagClassName
{
color: #72BAAB;
}
</style>
background-color css
<style>
a { background-color: #72BAAB; }
a { background-color: rgb(114,186,171); }
div.DivClassName
{
background-color: #72BAAB;
}
.BgClassName
{
background-color: #72BAAB;
}
</style>
border-color css
<style>
span { border-color: #72BAAB; }
span { border-color: rgb(114,186,171); }
td.TdClassName
{
border-color: #72BAAB;
}
.TagClassName
{
border-color: #72BAAB;
}
</style>