Shades of Gulf Stream #72B8A7
Tints of Gulf Stream #72B8A7
RGB
CMYK
RGB Variations
Color information
#72B8A7 (or 0x72B8A7) is known color: Gulf Stream. HEX triplet: 72, B8 and A7. RGB value is (114,184,167). Sum of RGB (Red+Green+Blue) = 114+184+167=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #72B8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B8A7 is #8D4758. Grayscale: #A1A1A1. Windows color (decimal): -9258841 or 10991730. OLE color: 10991730.
HSL color Cylindrical-coordinate representation of color #72B8A7: hue angle of 165.43º 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 #72B8A7 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 167 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.28 |
| HSL | 165.43º | 0.33% | 0.58% | - |
| HSV(B) | 165.43º | 0.38% | 0.72% | - |
| XYZ | 31.05 | 40.65 | 42.77 | - |
| YUV | 161.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 167 | 0.38 | 0 | 0.09 | 0.28 | 165.43 | 0.33 | 0.58 |
| Hex | 72 | B8 | A7 | 26 | 0 | 9 | 1C | A5 | 21 | 3A |
| Octal | 162 | 270 | 247 | 46 | 0 | 11 | 34 | 245 | 41 | 72 |
| Binary | 1110010 | 10111000 | 10100111 | 100110 | 0 | 1001 | 11100 | 10100101 | 100001 | 111010 |
Color Harmonies of #72B8A7
Complementary color
Monochromatic Colors of #72B8A7
Black with #72B8A7
Text Example
Text Example
White with #72B8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B8A7; }
p { color: rgb(114,184,167); }
H1.HeaderClassName
{
color: #72B8A7;
}
.AnyTagClassName
{
color: #72B8A7;
}
</style>
background-color css
<style>
a { background-color: #72B8A7; }
a { background-color: rgb(114,184,167); }
div.DivClassName
{
background-color: #72B8A7;
}
.BgClassName
{
background-color: #72B8A7;
}
</style>
border-color css
<style>
span { border-color: #72B8A7; }
span { border-color: rgb(114,184,167); }
td.TdClassName
{
border-color: #72B8A7;
}
.TagClassName
{
border-color: #72B8A7;
}
</style>