Shades of Gulf Stream #72BAB0
Tints of Gulf Stream #72BAB0
RGB
CMYK
RGB Variations
Color information
#72BAB0 (or 0x72BAB0) is known color: Gulf Stream. HEX triplet: 72, BA and B0. RGB value is (114,186,176). Sum of RGB (Red+Green+Blue) = 114+186+176=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAB0 is #8D454F. Grayscale: #A3A3A3. Windows color (decimal): -9258320 or 11582066. OLE color: 11582066.
HSL color Cylindrical-coordinate representation of color #72BAB0: hue angle of 171.67º 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 #72BAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 176 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.27 |
| HSL | 171.67º | 0.34% | 0.59% | - |
| HSV(B) | 171.67º | 0.39% | 0.73% | - |
| XYZ | 32.33 | 41.83 | 47.44 | - |
| YUV | 163.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 176 | 0.39 | 0 | 0.05 | 0.27 | 171.67 | 0.34 | 0.59 |
| Hex | 72 | BA | B0 | 27 | 0 | 5 | 1B | AC | 22 | 3B |
| Octal | 162 | 272 | 260 | 47 | 0 | 5 | 33 | 254 | 42 | 73 |
| Binary | 1110010 | 10111010 | 10110000 | 100111 | 0 | 101 | 11011 | 10101100 | 100010 | 111011 |
Color Harmonies of #72BAB0
Complementary color
Monochromatic Colors of #72BAB0
Black with #72BAB0
Text Example
Text Example
White with #72BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BAB0; }
p { color: rgb(114,186,176); }
H1.HeaderClassName
{
color: #72BAB0;
}
.AnyTagClassName
{
color: #72BAB0;
}
</style>
background-color css
<style>
a { background-color: #72BAB0; }
a { background-color: rgb(114,186,176); }
div.DivClassName
{
background-color: #72BAB0;
}
.BgClassName
{
background-color: #72BAB0;
}
</style>
border-color css
<style>
span { border-color: #72BAB0; }
span { border-color: rgb(114,186,176); }
td.TdClassName
{
border-color: #72BAB0;
}
.TagClassName
{
border-color: #72BAB0;
}
</style>