Shades of Tradewind #63B7AA
Tints of Tradewind #63B7AA
RGB
CMYK
RGB Variations
Color information
#63B7AA (or 0x63B7AA) is known color: Tradewind. HEX triplet: 63, B7 and AA. RGB value is (99,183,170). Sum of RGB (Red+Green+Blue) = 99+183+170=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #63B7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B7AA is #9C4855. Grayscale: #9C9C9C. Windows color (decimal): -10242134 or 11188067. OLE color: 11188067.
HSL color Cylindrical-coordinate representation of color #63B7AA: hue angle of 170.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B7AA is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 183 | 170 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.28 |
| HSL | 170.71º | 0.37% | 0.55% | - |
| HSV(B) | 170.71º | 0.46% | 0.72% | - |
| XYZ | 29.33 | 39.42 | 44.09 | - |
| YUV | 156.4 | 135.67 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 170 | 0.46 | 0 | 0.07 | 0.28 | 170.71 | 0.37 | 0.55 |
| Hex | 63 | B7 | AA | 2E | 0 | 7 | 1C | AB | 25 | 37 |
| Octal | 143 | 267 | 252 | 56 | 0 | 7 | 34 | 253 | 45 | 67 |
| Binary | 1100011 | 10110111 | 10101010 | 101110 | 0 | 111 | 11100 | 10101011 | 100101 | 110111 |
Color Harmonies of #63B7AA
Complementary color
Monochromatic Colors of #63B7AA
Black with #63B7AA
Text Example
Text Example
White with #63B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B7AA; }
p { color: rgb(99,183,170); }
H1.HeaderClassName
{
color: #63B7AA;
}
.AnyTagClassName
{
color: #63B7AA;
}
</style>
background-color css
<style>
a { background-color: #63B7AA; }
a { background-color: rgb(99,183,170); }
div.DivClassName
{
background-color: #63B7AA;
}
.BgClassName
{
background-color: #63B7AA;
}
</style>
border-color css
<style>
span { border-color: #63B7AA; }
span { border-color: rgb(99,183,170); }
td.TdClassName
{
border-color: #63B7AA;
}
.TagClassName
{
border-color: #63B7AA;
}
</style>