Shades of Gulf Stream #72AD9F
Tints of Gulf Stream #72AD9F
RGB
CMYK
RGB Variations
Color information
#72AD9F (or 0x72AD9F) is known color: Gulf Stream. HEX triplet: 72, AD and 9F. RGB value is (114,173,159). Sum of RGB (Red+Green+Blue) = 114+173+159=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD9F is #8D5260. Grayscale: #999999. Windows color (decimal): -9261665 or 10464626. OLE color: 10464626.
HSL color Cylindrical-coordinate representation of color #72AD9F: hue angle of 165.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD9F is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 159 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.32 |
| HSL | 165.76º | 0.26% | 0.56% | - |
| HSV(B) | 165.76º | 0.34% | 0.68% | - |
| XYZ | 28.14 | 35.97 | 38.26 | - |
| YUV | 153.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 159 | 0.34 | 0 | 0.08 | 0.32 | 165.76 | 0.26 | 0.56 |
| Hex | 72 | AD | 9F | 22 | 0 | 8 | 20 | A6 | 1A | 38 |
| Octal | 162 | 255 | 237 | 42 | 0 | 10 | 40 | 246 | 32 | 70 |
| Binary | 1110010 | 10101101 | 10011111 | 100010 | 0 | 1000 | 100000 | 10100110 | 11010 | 111000 |
Color Harmonies of #72AD9F
Complementary color
Monochromatic Colors of #72AD9F
Black with #72AD9F
Text Example
Text Example
White with #72AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD9F; }
p { color: rgb(114,173,159); }
H1.HeaderClassName
{
color: #72AD9F;
}
.AnyTagClassName
{
color: #72AD9F;
}
</style>
background-color css
<style>
a { background-color: #72AD9F; }
a { background-color: rgb(114,173,159); }
div.DivClassName
{
background-color: #72AD9F;
}
.BgClassName
{
background-color: #72AD9F;
}
</style>
border-color css
<style>
span { border-color: #72AD9F; }
span { border-color: rgb(114,173,159); }
td.TdClassName
{
border-color: #72AD9F;
}
.TagClassName
{
border-color: #72AD9F;
}
</style>