Shades of Gulf Stream #72B3A3
Tints of Gulf Stream #72B3A3
RGB
CMYK
RGB Variations
Color information
#72B3A3 (or 0x72B3A3) is known color: Gulf Stream. HEX triplet: 72, B3 and A3. RGB value is (114,179,163). Sum of RGB (Red+Green+Blue) = 114+179+163=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #72B3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B3A3 is #8D4C5C. Grayscale: #9D9D9D. Windows color (decimal): -9260125 or 10728306. OLE color: 10728306.
HSL color Cylindrical-coordinate representation of color #72B3A3: hue angle of 165.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B3A3 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 163 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.30 |
| HSL | 165.23º | 0.3% | 0.57% | - |
| HSV(B) | 165.23º | 0.36% | 0.7% | - |
| XYZ | 29.67 | 38.46 | 40.51 | - |
| YUV | 157.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 163 | 0.36 | 0 | 0.09 | 0.30 | 165.23 | 0.3 | 0.57 |
| Hex | 72 | B3 | A3 | 24 | 0 | 9 | 1E | A5 | 1E | 39 |
| Octal | 162 | 263 | 243 | 44 | 0 | 11 | 36 | 245 | 36 | 71 |
| Binary | 1110010 | 10110011 | 10100011 | 100100 | 0 | 1001 | 11110 | 10100101 | 11110 | 111001 |
Color Harmonies of #72B3A3
Complementary color
Monochromatic Colors of #72B3A3
Black with #72B3A3
Text Example
Text Example
White with #72B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B3A3; }
p { color: rgb(114,179,163); }
H1.HeaderClassName
{
color: #72B3A3;
}
.AnyTagClassName
{
color: #72B3A3;
}
</style>
background-color css
<style>
a { background-color: #72B3A3; }
a { background-color: rgb(114,179,163); }
div.DivClassName
{
background-color: #72B3A3;
}
.BgClassName
{
background-color: #72B3A3;
}
</style>
border-color css
<style>
span { border-color: #72B3A3; }
span { border-color: rgb(114,179,163); }
td.TdClassName
{
border-color: #72B3A3;
}
.TagClassName
{
border-color: #72B3A3;
}
</style>