Shades of Gulf Stream #72B8A4
Tints of Gulf Stream #72B8A4
RGB
CMYK
RGB Variations
Color information
#72B8A4 (or 0x72B8A4) is known color: Gulf Stream. HEX triplet: 72, B8 and A4. RGB value is (114,184,164). Sum of RGB (Red+Green+Blue) = 114+184+164=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #72B8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B8A4 is #8D475B. Grayscale: #A0A0A0. Windows color (decimal): -9258844 or 10795122. OLE color: 10795122.
HSL color Cylindrical-coordinate representation of color #72B8A4: hue angle of 162.86º 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 #72B8A4 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 164 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.28 |
| HSL | 162.86º | 0.33% | 0.58% | - |
| HSV(B) | 162.86º | 0.38% | 0.72% | - |
| XYZ | 30.78 | 40.54 | 41.32 | - |
| YUV | 160.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 164 | 0.38 | 0 | 0.11 | 0.28 | 162.86 | 0.33 | 0.58 |
| Hex | 72 | B8 | A4 | 26 | 0 | B | 1C | A3 | 21 | 3A |
| Octal | 162 | 270 | 244 | 46 | 0 | 13 | 34 | 243 | 41 | 72 |
| Binary | 1110010 | 10111000 | 10100100 | 100110 | 0 | 1011 | 11100 | 10100011 | 100001 | 111010 |
Color Harmonies of #72B8A4
Complementary color
Monochromatic Colors of #72B8A4
Black with #72B8A4
Text Example
Text Example
White with #72B8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B8A4; }
p { color: rgb(114,184,164); }
H1.HeaderClassName
{
color: #72B8A4;
}
.AnyTagClassName
{
color: #72B8A4;
}
</style>
background-color css
<style>
a { background-color: #72B8A4; }
a { background-color: rgb(114,184,164); }
div.DivClassName
{
background-color: #72B8A4;
}
.BgClassName
{
background-color: #72B8A4;
}
</style>
border-color css
<style>
span { border-color: #72B8A4; }
span { border-color: rgb(114,184,164); }
td.TdClassName
{
border-color: #72B8A4;
}
.TagClassName
{
border-color: #72B8A4;
}
</style>