Shades of Gulf Stream #72BBB1
Tints of Gulf Stream #72BBB1
RGB
CMYK
RGB Variations
Color information
#72BBB1 (or 0x72BBB1) is known color: Gulf Stream. HEX triplet: 72, BB and B1. RGB value is (114,187,177). Sum of RGB (Red+Green+Blue) = 114+187+177=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #72BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BBB1 is #8D444E. Grayscale: #A4A4A4. Windows color (decimal): -9258063 or 11647858. OLE color: 11647858.
HSL color Cylindrical-coordinate representation of color #72BBB1: hue angle of 171.78º 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 #72BBB1 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 187 | 177 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.27 |
| HSL | 171.78º | 0.35% | 0.59% | - |
| HSV(B) | 171.78º | 0.39% | 0.73% | - |
| XYZ | 32.65 | 42.29 | 48.04 | - |
| YUV | 164.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 177 | 0.39 | 0 | 0.05 | 0.27 | 171.78 | 0.35 | 0.59 |
| Hex | 72 | BB | B1 | 27 | 0 | 5 | 1B | AC | 23 | 3B |
| Octal | 162 | 273 | 261 | 47 | 0 | 5 | 33 | 254 | 43 | 73 |
| Binary | 1110010 | 10111011 | 10110001 | 100111 | 0 | 101 | 11011 | 10101100 | 100011 | 111011 |
Color Harmonies of #72BBB1
Complementary color
Monochromatic Colors of #72BBB1
Black with #72BBB1
Text Example
Text Example
White with #72BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BBB1; }
p { color: rgb(114,187,177); }
H1.HeaderClassName
{
color: #72BBB1;
}
.AnyTagClassName
{
color: #72BBB1;
}
</style>
background-color css
<style>
a { background-color: #72BBB1; }
a { background-color: rgb(114,187,177); }
div.DivClassName
{
background-color: #72BBB1;
}
.BgClassName
{
background-color: #72BBB1;
}
</style>
border-color css
<style>
span { border-color: #72BBB1; }
span { border-color: rgb(114,187,177); }
td.TdClassName
{
border-color: #72BBB1;
}
.TagClassName
{
border-color: #72BBB1;
}
</style>