Shades of Gulf Stream #72BAA1
Tints of Gulf Stream #72BAA1
RGB
CMYK
RGB Variations
Color information
#72BAA1 (or 0x72BAA1) is known color: Gulf Stream. HEX triplet: 72, BA and A1. RGB value is (114,186,161). Sum of RGB (Red+Green+Blue) = 114+186+161=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAA1 is #8D455E. Grayscale: #A1A1A1. Windows color (decimal): -9258335 or 10599026. OLE color: 10599026.
HSL color Cylindrical-coordinate representation of color #72BAA1: hue angle of 159.17º 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 #72BAA1 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 161 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.27 |
| HSL | 159.17º | 0.34% | 0.59% | - |
| HSV(B) | 159.17º | 0.39% | 0.73% | - |
| XYZ | 30.93 | 41.27 | 40.05 | - |
| YUV | 161.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 161 | 0.39 | 0 | 0.13 | 0.27 | 159.17 | 0.34 | 0.59 |
| Hex | 72 | BA | A1 | 27 | 0 | D | 1B | 9F | 22 | 3B |
| Octal | 162 | 272 | 241 | 47 | 0 | 15 | 33 | 237 | 42 | 73 |
| Binary | 1110010 | 10111010 | 10100001 | 100111 | 0 | 1101 | 11011 | 10011111 | 100010 | 111011 |
Color Harmonies of #72BAA1
Complementary color
Monochromatic Colors of #72BAA1
Black with #72BAA1
Text Example
Text Example
White with #72BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BAA1; }
p { color: rgb(114,186,161); }
H1.HeaderClassName
{
color: #72BAA1;
}
.AnyTagClassName
{
color: #72BAA1;
}
</style>
background-color css
<style>
a { background-color: #72BAA1; }
a { background-color: rgb(114,186,161); }
div.DivClassName
{
background-color: #72BAA1;
}
.BgClassName
{
background-color: #72BAA1;
}
</style>
border-color css
<style>
span { border-color: #72BAA1; }
span { border-color: rgb(114,186,161); }
td.TdClassName
{
border-color: #72BAA1;
}
.TagClassName
{
border-color: #72BAA1;
}
</style>