Shades of Gulf Stream #72BAAE
Tints of Gulf Stream #72BAAE
RGB
CMYK
RGB Variations
Color information
#72BAAE (or 0x72BAAE) is known color: Gulf Stream. HEX triplet: 72, BA and AE. RGB value is (114,186,174). Sum of RGB (Red+Green+Blue) = 114+186+174=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #72BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BAAE is #8D4551. Grayscale: #A3A3A3. Windows color (decimal): -9258322 or 11450994. OLE color: 11450994.
HSL color Cylindrical-coordinate representation of color #72BAAE: hue angle of 170º 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 #72BAAE is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 174 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.27 |
| HSL | 170º | 0.34% | 0.59% | - |
| HSV(B) | 170º | 0.39% | 0.73% | - |
| XYZ | 32.14 | 41.75 | 46.41 | - |
| YUV | 163.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 174 | 0.39 | 0 | 0.06 | 0.27 | 170 | 0.34 | 0.59 |
| Hex | 72 | BA | AE | 27 | 0 | 6 | 1B | AA | 22 | 3B |
| Octal | 162 | 272 | 256 | 47 | 0 | 6 | 33 | 252 | 42 | 73 |
| Binary | 1110010 | 10111010 | 10101110 | 100111 | 0 | 110 | 11011 | 10101010 | 100010 | 111011 |
Color Harmonies of #72BAAE
Complementary color
Monochromatic Colors of #72BAAE
Black with #72BAAE
Text Example
Text Example
White with #72BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BAAE; }
p { color: rgb(114,186,174); }
H1.HeaderClassName
{
color: #72BAAE;
}
.AnyTagClassName
{
color: #72BAAE;
}
</style>
background-color css
<style>
a { background-color: #72BAAE; }
a { background-color: rgb(114,186,174); }
div.DivClassName
{
background-color: #72BAAE;
}
.BgClassName
{
background-color: #72BAAE;
}
</style>
border-color css
<style>
span { border-color: #72BAAE; }
span { border-color: rgb(114,186,174); }
td.TdClassName
{
border-color: #72BAAE;
}
.TagClassName
{
border-color: #72BAAE;
}
</style>