Shades of Tradewind #71A8A2
Tints of Tradewind #71A8A2
RGB
CMYK
RGB Variations
Color information
#71A8A2 (or 0x71A8A2) is known color: Tradewind. HEX triplet: 71, A8 and A2. RGB value is (113,168,162). Sum of RGB (Red+Green+Blue) = 113+168+162=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #71A8A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A8A2 is #8E575D. Grayscale: #969696. Windows color (decimal): -9328478 or 10659953. OLE color: 10659953.
HSL color Cylindrical-coordinate representation of color #71A8A2: hue angle of 173.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A8A2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
RGB | 113 | 168 | 162 | - |
CMYK | 0.33 | 0 | 0.04 | 0.34 |
HSL | 173.45º | 0.24% | 0.55% | - |
HSV(B) | 173.45º | 0.33% | 0.66% | - |
XYZ | 27.33 | 34.12 | 39.33 | - |
YUV | 150.87 | 134.28 | 100.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 168 | 162 | 0.33 | 0 | 0.04 | 0.34 | 173.45 | 0.24 | 0.55 |
Hex | 71 | A8 | A2 | 21 | 0 | 4 | 22 | AD | 18 | 37 |
Octal | 161 | 250 | 242 | 41 | 0 | 4 | 42 | 255 | 30 | 67 |
Binary | 1110001 | 10101000 | 10100010 | 100001 | 0 | 100 | 100010 | 10101101 | 11000 | 110111 |
Color Harmonies of #71A8A2
Complementary color
Monochromatic Colors of #71A8A2
Black with #71A8A2
Text Example
Text Example
White with #71A8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A8A2; }
p { color: rgb(113,168,162); }
H1.HeaderClassName
{
color: #71A8A2;
}
.AnyTagClassName
{
color: #71A8A2;
}
</style>
background-color css
<style>
a { background-color: #71A8A2; }
a { background-color: rgb(113,168,162); }
div.DivClassName
{
background-color: #71A8A2;
}
.BgClassName
{
background-color: #71A8A2;
}
</style>
border-color css
<style>
span { border-color: #71A8A2; }
span { border-color: rgb(113,168,162); }
td.TdClassName
{
border-color: #71A8A2;
}
.TagClassName
{
border-color: #71A8A2;
}
</style>