Shades of Tradewind #63AEA8
Tints of Tradewind #63AEA8
RGB
CMYK
RGB Variations
Color information
#63AEA8 (or 0x63AEA8) is known color: Tradewind. HEX triplet: 63, AE and A8. RGB value is (99,174,168). Sum of RGB (Red+Green+Blue) = 99+174+168=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #63AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AEA8 is #9C5157. Grayscale: #969696. Windows color (decimal): -10244440 or 11054691. OLE color: 11054691.
HSL color Cylindrical-coordinate representation of color #63AEA8: hue angle of 175.2º 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 #63AEA8 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 174 | 168 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.32 |
| HSL | 175.2º | 0.32% | 0.54% | - |
| HSV(B) | 175.2º | 0.43% | 0.68% | - |
| XYZ | 27.35 | 35.75 | 42.51 | - |
| YUV | 150.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 174 | 168 | 0.43 | 0 | 0.03 | 0.32 | 175.2 | 0.32 | 0.54 |
| Hex | 63 | AE | A8 | 2B | 0 | 3 | 20 | AF | 20 | 36 |
| Octal | 143 | 256 | 250 | 53 | 0 | 3 | 40 | 257 | 40 | 66 |
| Binary | 1100011 | 10101110 | 10101000 | 101011 | 0 | 11 | 100000 | 10101111 | 100000 | 110110 |
Color Harmonies of #63AEA8
Complementary color
Monochromatic Colors of #63AEA8
Black with #63AEA8
Text Example
Text Example
White with #63AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AEA8; }
p { color: rgb(99,174,168); }
H1.HeaderClassName
{
color: #63AEA8;
}
.AnyTagClassName
{
color: #63AEA8;
}
</style>
background-color css
<style>
a { background-color: #63AEA8; }
a { background-color: rgb(99,174,168); }
div.DivClassName
{
background-color: #63AEA8;
}
.BgClassName
{
background-color: #63AEA8;
}
</style>
border-color css
<style>
span { border-color: #63AEA8; }
span { border-color: rgb(99,174,168); }
td.TdClassName
{
border-color: #63AEA8;
}
.TagClassName
{
border-color: #63AEA8;
}
</style>