Shades of Tradewind #73AFAB
Tints of Tradewind #73AFAB
RGB
CMYK
RGB Variations
Color information
#73AFAB (or 0x73AFAB) is known color: Tradewind. HEX triplet: 73, AF and AB. RGB value is (115,175,171). Sum of RGB (Red+Green+Blue) = 115+175+171=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFAB is #8C5054. Grayscale: #9C9C9C. Windows color (decimal): -9195605 or 11251571. OLE color: 11251571.
HSL color Cylindrical-coordinate representation of color #73AFAB: hue angle of 176º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AFAB is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 171 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.31 |
| HSL | 176º | 0.27% | 0.57% | - |
| HSV(B) | 176º | 0.34% | 0.69% | - |
| XYZ | 29.75 | 37.25 | 44.15 | - |
| YUV | 156.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 171 | 0.34 | 0 | 0.02 | 0.31 | 176 | 0.27 | 0.57 |
| Hex | 73 | AF | AB | 22 | 0 | 2 | 1F | B0 | 1B | 39 |
| Octal | 163 | 257 | 253 | 42 | 0 | 2 | 37 | 260 | 33 | 71 |
| Binary | 1110011 | 10101111 | 10101011 | 100010 | 0 | 10 | 11111 | 10110000 | 11011 | 111001 |
Color Harmonies of #73AFAB
Complementary color
Monochromatic Colors of #73AFAB
Black with #73AFAB
Text Example
Text Example
White with #73AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AFAB; }
p { color: rgb(115,175,171); }
H1.HeaderClassName
{
color: #73AFAB;
}
.AnyTagClassName
{
color: #73AFAB;
}
</style>
background-color css
<style>
a { background-color: #73AFAB; }
a { background-color: rgb(115,175,171); }
div.DivClassName
{
background-color: #73AFAB;
}
.BgClassName
{
background-color: #73AFAB;
}
</style>
border-color css
<style>
span { border-color: #73AFAB; }
span { border-color: rgb(115,175,171); }
td.TdClassName
{
border-color: #73AFAB;
}
.TagClassName
{
border-color: #73AFAB;
}
</style>