Shades of Tradewind #63B3AB
Tints of Tradewind #63B3AB
RGB
CMYK
RGB Variations
Color information
#63B3AB (or 0x63B3AB) is known color: Tradewind. HEX triplet: 63, B3 and AB. RGB value is (99,179,171). Sum of RGB (Red+Green+Blue) = 99+179+171=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #63B3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B3AB is #9C4C54. Grayscale: #9A9A9A. Windows color (decimal): -10243157 or 11252579. OLE color: 11252579.
HSL color Cylindrical-coordinate representation of color #63B3AB: hue angle of 174º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B3AB is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 171 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.30 |
| HSL | 174º | 0.34% | 0.55% | - |
| HSV(B) | 174º | 0.45% | 0.7% | - |
| XYZ | 28.62 | 37.83 | 44.32 | - |
| YUV | 154.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 171 | 0.45 | 0 | 0.04 | 0.30 | 174 | 0.34 | 0.55 |
| Hex | 63 | B3 | AB | 2D | 0 | 4 | 1E | AE | 22 | 37 |
| Octal | 143 | 263 | 253 | 55 | 0 | 4 | 36 | 256 | 42 | 67 |
| Binary | 1100011 | 10110011 | 10101011 | 101101 | 0 | 100 | 11110 | 10101110 | 100010 | 110111 |
Color Harmonies of #63B3AB
Complementary color
Monochromatic Colors of #63B3AB
Black with #63B3AB
Text Example
Text Example
White with #63B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B3AB; }
p { color: rgb(99,179,171); }
H1.HeaderClassName
{
color: #63B3AB;
}
.AnyTagClassName
{
color: #63B3AB;
}
</style>
background-color css
<style>
a { background-color: #63B3AB; }
a { background-color: rgb(99,179,171); }
div.DivClassName
{
background-color: #63B3AB;
}
.BgClassName
{
background-color: #63B3AB;
}
</style>
border-color css
<style>
span { border-color: #63B3AB; }
span { border-color: rgb(99,179,171); }
td.TdClassName
{
border-color: #63B3AB;
}
.TagClassName
{
border-color: #63B3AB;
}
</style>