Shades of Gulf Stream #72B8B1
Tints of Gulf Stream #72B8B1
RGB
CMYK
RGB Variations
Color information
#72B8B1 (or 0x72B8B1) is known color: Gulf Stream. HEX triplet: 72, B8 and B1. RGB value is (114,184,177). Sum of RGB (Red+Green+Blue) = 114+184+177=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #72B8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B8B1 is #8D474E. Grayscale: #A2A2A2. Windows color (decimal): -9258831 or 11647090. OLE color: 11647090.
HSL color Cylindrical-coordinate representation of color #72B8B1: hue angle of 174º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B8B1 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 177 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.28 |
| HSL | 174º | 0.33% | 0.58% | - |
| HSV(B) | 174º | 0.38% | 0.72% | - |
| XYZ | 32.02 | 41.03 | 47.83 | - |
| YUV | 162.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 177 | 0.38 | 0 | 0.04 | 0.28 | 174 | 0.33 | 0.58 |
| Hex | 72 | B8 | B1 | 26 | 0 | 4 | 1C | AE | 21 | 3A |
| Octal | 162 | 270 | 261 | 46 | 0 | 4 | 34 | 256 | 41 | 72 |
| Binary | 1110010 | 10111000 | 10110001 | 100110 | 0 | 100 | 11100 | 10101110 | 100001 | 111010 |
Color Harmonies of #72B8B1
Complementary color
Monochromatic Colors of #72B8B1
Black with #72B8B1
Text Example
Text Example
White with #72B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B8B1; }
p { color: rgb(114,184,177); }
H1.HeaderClassName
{
color: #72B8B1;
}
.AnyTagClassName
{
color: #72B8B1;
}
</style>
background-color css
<style>
a { background-color: #72B8B1; }
a { background-color: rgb(114,184,177); }
div.DivClassName
{
background-color: #72B8B1;
}
.BgClassName
{
background-color: #72B8B1;
}
</style>
border-color css
<style>
span { border-color: #72B8B1; }
span { border-color: rgb(114,184,177); }
td.TdClassName
{
border-color: #72B8B1;
}
.TagClassName
{
border-color: #72B8B1;
}
</style>