Shades of Tradewind #63B8AB
Tints of Tradewind #63B8AB
RGB
CMYK
RGB Variations
Color information
#63B8AB (or 0x63B8AB) is known color: Tradewind. HEX triplet: 63, B8 and AB. RGB value is (99,184,171). Sum of RGB (Red+Green+Blue) = 99+184+171=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #63B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B8AB is #9C4754. Grayscale: #9D9D9D. Windows color (decimal): -10241877 or 11253859. OLE color: 11253859.
HSL color Cylindrical-coordinate representation of color #63B8AB: hue angle of 170.82º 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 #63B8AB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 184 | 171 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.28 |
| HSL | 170.82º | 0.37% | 0.55% | - |
| HSV(B) | 170.82º | 0.46% | 0.72% | - |
| XYZ | 29.64 | 39.87 | 44.66 | - |
| YUV | 157.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 184 | 171 | 0.46 | 0 | 0.07 | 0.28 | 170.82 | 0.37 | 0.55 |
| Hex | 63 | B8 | AB | 2E | 0 | 7 | 1C | AB | 25 | 37 |
| Octal | 143 | 270 | 253 | 56 | 0 | 7 | 34 | 253 | 45 | 67 |
| Binary | 1100011 | 10111000 | 10101011 | 101110 | 0 | 111 | 11100 | 10101011 | 100101 | 110111 |
Color Harmonies of #63B8AB
Complementary color
Monochromatic Colors of #63B8AB
Black with #63B8AB
Text Example
Text Example
White with #63B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B8AB; }
p { color: rgb(99,184,171); }
H1.HeaderClassName
{
color: #63B8AB;
}
.AnyTagClassName
{
color: #63B8AB;
}
</style>
background-color css
<style>
a { background-color: #63B8AB; }
a { background-color: rgb(99,184,171); }
div.DivClassName
{
background-color: #63B8AB;
}
.BgClassName
{
background-color: #63B8AB;
}
</style>
border-color css
<style>
span { border-color: #63B8AB; }
span { border-color: rgb(99,184,171); }
td.TdClassName
{
border-color: #63B8AB;
}
.TagClassName
{
border-color: #63B8AB;
}
</style>