Shades of Gulf Stream #72BBB0
Tints of Gulf Stream #72BBB0
RGB
CMYK
RGB Variations
Color information
#72BBB0 (or 0x72BBB0) is known color: Gulf Stream. HEX triplet: 72, BB and B0. RGB value is (114,187,176). Sum of RGB (Red+Green+Blue) = 114+187+176=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBB0 is #8D444F. Grayscale: #A3A3A3. Windows color (decimal): -9258064 or 11582322. OLE color: 11582322.
HSL color Cylindrical-coordinate representation of color #72BBB0: hue angle of 170.96º degrees, saturation: 0.35, 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 #72BBB0 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 187 | 176 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.27 |
| HSL | 170.96º | 0.35% | 0.59% | - |
| HSV(B) | 170.96º | 0.39% | 0.73% | - |
| XYZ | 32.55 | 42.25 | 47.51 | - |
| YUV | 163.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 176 | 0.39 | 0 | 0.06 | 0.27 | 170.96 | 0.35 | 0.59 |
| Hex | 72 | BB | B0 | 27 | 0 | 6 | 1B | AB | 23 | 3B |
| Octal | 162 | 273 | 260 | 47 | 0 | 6 | 33 | 253 | 43 | 73 |
| Binary | 1110010 | 10111011 | 10110000 | 100111 | 0 | 110 | 11011 | 10101011 | 100011 | 111011 |
Color Harmonies of #72BBB0
Complementary color
Monochromatic Colors of #72BBB0
Black with #72BBB0
Text Example
Text Example
White with #72BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBB0; }
p { color: rgb(114,187,176); }
H1.HeaderClassName
{
color: #72BBB0;
}
.AnyTagClassName
{
color: #72BBB0;
}
</style>
background-color css
<style>
a { background-color: #72BBB0; }
a { background-color: rgb(114,187,176); }
div.DivClassName
{
background-color: #72BBB0;
}
.BgClassName
{
background-color: #72BBB0;
}
</style>
border-color css
<style>
span { border-color: #72BBB0; }
span { border-color: rgb(114,187,176); }
td.TdClassName
{
border-color: #72BBB0;
}
.TagClassName
{
border-color: #72BBB0;
}
</style>