Shades of Gulf Stream #72B7AD
Tints of Gulf Stream #72B7AD
RGB
CMYK
RGB Variations
Color information
#72B7AD (or 0x72B7AD) is known color: Gulf Stream. HEX triplet: 72, B7 and AD. RGB value is (114,183,173). Sum of RGB (Red+Green+Blue) = 114+183+173=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #72B7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B7AD is #8D4852. Grayscale: #A1A1A1. Windows color (decimal): -9259091 or 11384690. OLE color: 11384690.
HSL color Cylindrical-coordinate representation of color #72B7AD: hue angle of 171.3º degrees, saturation: 0.32, 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 #72B7AD is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 183 | 173 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.28 |
| HSL | 171.3º | 0.32% | 0.58% | - |
| HSV(B) | 171.3º | 0.38% | 0.72% | - |
| XYZ | 31.42 | 40.46 | 45.69 | - |
| YUV | 161.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 173 | 0.38 | 0 | 0.05 | 0.28 | 171.3 | 0.32 | 0.58 |
| Hex | 72 | B7 | AD | 26 | 0 | 5 | 1C | AB | 20 | 3A |
| Octal | 162 | 267 | 255 | 46 | 0 | 5 | 34 | 253 | 40 | 72 |
| Binary | 1110010 | 10110111 | 10101101 | 100110 | 0 | 101 | 11100 | 10101011 | 100000 | 111010 |
Color Harmonies of #72B7AD
Complementary color
Monochromatic Colors of #72B7AD
Black with #72B7AD
Text Example
Text Example
White with #72B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B7AD; }
p { color: rgb(114,183,173); }
H1.HeaderClassName
{
color: #72B7AD;
}
.AnyTagClassName
{
color: #72B7AD;
}
</style>
background-color css
<style>
a { background-color: #72B7AD; }
a { background-color: rgb(114,183,173); }
div.DivClassName
{
background-color: #72B7AD;
}
.BgClassName
{
background-color: #72B7AD;
}
</style>
border-color css
<style>
span { border-color: #72B7AD; }
span { border-color: rgb(114,183,173); }
td.TdClassName
{
border-color: #72B7AD;
}
.TagClassName
{
border-color: #72B7AD;
}
</style>