Shades of Tradewind #63AAA1
Tints of Tradewind #63AAA1
RGB
CMYK
RGB Variations
Color information
#63AAA1 (or 0x63AAA1) is known color: Tradewind. HEX triplet: 63, AA and A1. RGB value is (99,170,161). Sum of RGB (Red+Green+Blue) = 99+170+161=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #63AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAA1 is #9C555E. Grayscale: #939393. Windows color (decimal): -10245471 or 10594915. OLE color: 10594915.
HSL color Cylindrical-coordinate representation of color #63AAA1: hue angle of 172.39º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AAA1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 161 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.33 |
| HSL | 172.39º | 0.29% | 0.53% | - |
| HSV(B) | 172.39º | 0.42% | 0.67% | - |
| XYZ | 25.95 | 33.98 | 38.91 | - |
| YUV | 147.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 161 | 0.42 | 0 | 0.05 | 0.33 | 172.39 | 0.29 | 0.53 |
| Hex | 63 | AA | A1 | 2A | 0 | 5 | 21 | AC | 1D | 35 |
| Octal | 143 | 252 | 241 | 52 | 0 | 5 | 41 | 254 | 35 | 65 |
| Binary | 1100011 | 10101010 | 10100001 | 101010 | 0 | 101 | 100001 | 10101100 | 11101 | 110101 |
Color Harmonies of #63AAA1
Complementary color
Monochromatic Colors of #63AAA1
Black with #63AAA1
Text Example
Text Example
White with #63AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAA1; }
p { color: rgb(99,170,161); }
H1.HeaderClassName
{
color: #63AAA1;
}
.AnyTagClassName
{
color: #63AAA1;
}
</style>
background-color css
<style>
a { background-color: #63AAA1; }
a { background-color: rgb(99,170,161); }
div.DivClassName
{
background-color: #63AAA1;
}
.BgClassName
{
background-color: #63AAA1;
}
</style>
border-color css
<style>
span { border-color: #63AAA1; }
span { border-color: rgb(99,170,161); }
td.TdClassName
{
border-color: #63AAA1;
}
.TagClassName
{
border-color: #63AAA1;
}
</style>