Shades of Gulf Stream #72AFA5
Tints of Gulf Stream #72AFA5
RGB
CMYK
RGB Variations
Color information
#72AFA5 (or 0x72AFA5) is known color: Gulf Stream. HEX triplet: 72, AF and A5. RGB value is (114,175,165). Sum of RGB (Red+Green+Blue) = 114+175+165=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #72AFA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AFA5 is #8D505A. Grayscale: #9B9B9B. Windows color (decimal): -9261147 or 10858354. OLE color: 10858354.
HSL color Cylindrical-coordinate representation of color #72AFA5: hue angle of 170.16º 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 #72AFA5 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 175 | 165 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.31 |
| HSL | 170.16º | 0.28% | 0.57% | - |
| HSV(B) | 170.16º | 0.35% | 0.69% | - |
| XYZ | 29.06 | 36.95 | 41.2 | - |
| YUV | 155.62 | 133.29 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 175 | 165 | 0.35 | 0 | 0.06 | 0.31 | 170.16 | 0.28 | 0.57 |
| Hex | 72 | AF | A5 | 23 | 0 | 6 | 1F | AA | 1C | 39 |
| Octal | 162 | 257 | 245 | 43 | 0 | 6 | 37 | 252 | 34 | 71 |
| Binary | 1110010 | 10101111 | 10100101 | 100011 | 0 | 110 | 11111 | 10101010 | 11100 | 111001 |
Color Harmonies of #72AFA5
Complementary color
Monochromatic Colors of #72AFA5
Black with #72AFA5
Text Example
Text Example
White with #72AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AFA5; }
p { color: rgb(114,175,165); }
H1.HeaderClassName
{
color: #72AFA5;
}
.AnyTagClassName
{
color: #72AFA5;
}
</style>
background-color css
<style>
a { background-color: #72AFA5; }
a { background-color: rgb(114,175,165); }
div.DivClassName
{
background-color: #72AFA5;
}
.BgClassName
{
background-color: #72AFA5;
}
</style>
border-color css
<style>
span { border-color: #72AFA5; }
span { border-color: rgb(114,175,165); }
td.TdClassName
{
border-color: #72AFA5;
}
.TagClassName
{
border-color: #72AFA5;
}
</style>