Shades of Tradewind #63AEAA
Tints of Tradewind #63AEAA
RGB
CMYK
RGB Variations
Color information
#63AEAA (or 0x63AEAA) is known color: Tradewind. HEX triplet: 63, AE and AA. RGB value is (99,174,170). Sum of RGB (Red+Green+Blue) = 99+174+170=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #63AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AEAA is #9C5155. Grayscale: #979797. Windows color (decimal): -10244438 or 11185763. OLE color: 11185763.
HSL color Cylindrical-coordinate representation of color #63AEAA: hue angle of 176.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AEAA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 174 | 170 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.32 |
| HSL | 176.8º | 0.32% | 0.54% | - |
| HSV(B) | 176.8º | 0.43% | 0.68% | - |
| XYZ | 27.54 | 35.83 | 43.49 | - |
| YUV | 151.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 174 | 170 | 0.43 | 0 | 0.02 | 0.32 | 176.8 | 0.32 | 0.54 |
| Hex | 63 | AE | AA | 2B | 0 | 2 | 20 | B1 | 20 | 36 |
| Octal | 143 | 256 | 252 | 53 | 0 | 2 | 40 | 261 | 40 | 66 |
| Binary | 1100011 | 10101110 | 10101010 | 101011 | 0 | 10 | 100000 | 10110001 | 100000 | 110110 |
Color Harmonies of #63AEAA
Complementary color
Monochromatic Colors of #63AEAA
Black with #63AEAA
Text Example
Text Example
White with #63AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AEAA; }
p { color: rgb(99,174,170); }
H1.HeaderClassName
{
color: #63AEAA;
}
.AnyTagClassName
{
color: #63AEAA;
}
</style>
background-color css
<style>
a { background-color: #63AEAA; }
a { background-color: rgb(99,174,170); }
div.DivClassName
{
background-color: #63AEAA;
}
.BgClassName
{
background-color: #63AEAA;
}
</style>
border-color css
<style>
span { border-color: #63AEAA; }
span { border-color: rgb(99,174,170); }
td.TdClassName
{
border-color: #63AEAA;
}
.TagClassName
{
border-color: #63AEAA;
}
</style>