Shades of Gulf Stream #72BDA7
Tints of Gulf Stream #72BDA7
RGB
CMYK
RGB Variations
Color information
#72BDA7 (or 0x72BDA7) is known color: Gulf Stream. HEX triplet: 72, BD and A7. RGB value is (114,189,167). Sum of RGB (Red+Green+Blue) = 114+189+167=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BDA7 is #8D4258. Grayscale: #A4A4A4. Windows color (decimal): -9257561 or 10993010. OLE color: 10993010.
HSL color Cylindrical-coordinate representation of color #72BDA7: hue angle of 162.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDA7 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 167 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.26 |
| HSL | 162.4º | 0.36% | 0.59% | - |
| HSV(B) | 162.4º | 0.4% | 0.74% | - |
| XYZ | 32.11 | 42.76 | 43.12 | - |
| YUV | 164.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 167 | 0.40 | 0 | 0.12 | 0.26 | 162.4 | 0.36 | 0.59 |
| Hex | 72 | BD | A7 | 28 | 0 | C | 1A | A2 | 24 | 3B |
| Octal | 162 | 275 | 247 | 50 | 0 | 14 | 32 | 242 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10100111 | 101000 | 0 | 1100 | 11010 | 10100010 | 100100 | 111011 |
Color Harmonies of #72BDA7
Complementary color
Monochromatic Colors of #72BDA7
Black with #72BDA7
Text Example
Text Example
White with #72BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BDA7; }
p { color: rgb(114,189,167); }
H1.HeaderClassName
{
color: #72BDA7;
}
.AnyTagClassName
{
color: #72BDA7;
}
</style>
background-color css
<style>
a { background-color: #72BDA7; }
a { background-color: rgb(114,189,167); }
div.DivClassName
{
background-color: #72BDA7;
}
.BgClassName
{
background-color: #72BDA7;
}
</style>
border-color css
<style>
span { border-color: #72BDA7; }
span { border-color: rgb(114,189,167); }
td.TdClassName
{
border-color: #72BDA7;
}
.TagClassName
{
border-color: #72BDA7;
}
</style>