Shades of Gulf Stream #72AFA6
Tints of Gulf Stream #72AFA6
RGB
CMYK
RGB Variations
Color information
#72AFA6 (or 0x72AFA6) is known color: Gulf Stream. HEX triplet: 72, AF and A6. RGB value is (114,175,166). Sum of RGB (Red+Green+Blue) = 114+175+166=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #72AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AFA6 is #8D5059. Grayscale: #9B9B9B. Windows color (decimal): -9261146 or 10923890. OLE color: 10923890.
HSL color Cylindrical-coordinate representation of color #72AFA6: hue angle of 171.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72AFA6 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 175 | 166 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.31 |
| HSL | 171.15º | 0.28% | 0.57% | - |
| HSV(B) | 171.15º | 0.35% | 0.69% | - |
| XYZ | 29.15 | 36.99 | 41.68 | - |
| YUV | 155.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 166 | 0.35 | 0 | 0.05 | 0.31 | 171.15 | 0.28 | 0.57 |
| Hex | 72 | AF | A6 | 23 | 0 | 5 | 1F | AB | 1C | 39 |
| Octal | 162 | 257 | 246 | 43 | 0 | 5 | 37 | 253 | 34 | 71 |
| Binary | 1110010 | 10101111 | 10100110 | 100011 | 0 | 101 | 11111 | 10101011 | 11100 | 111001 |
Color Harmonies of #72AFA6
Complementary color
Monochromatic Colors of #72AFA6
Black with #72AFA6
Text Example
Text Example
White with #72AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AFA6; }
p { color: rgb(114,175,166); }
H1.HeaderClassName
{
color: #72AFA6;
}
.AnyTagClassName
{
color: #72AFA6;
}
</style>
background-color css
<style>
a { background-color: #72AFA6; }
a { background-color: rgb(114,175,166); }
div.DivClassName
{
background-color: #72AFA6;
}
.BgClassName
{
background-color: #72AFA6;
}
</style>
border-color css
<style>
span { border-color: #72AFA6; }
span { border-color: rgb(114,175,166); }
td.TdClassName
{
border-color: #72AFA6;
}
.TagClassName
{
border-color: #72AFA6;
}
</style>