Shades of Tradewind #63B7AB
Tints of Tradewind #63B7AB
RGB
CMYK
RGB Variations
Color information
#63B7AB (or 0x63B7AB) is known color: Tradewind. HEX triplet: 63, B7 and AB. RGB value is (99,183,171). Sum of RGB (Red+Green+Blue) = 99+183+171=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #63B7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B7AB is #9C4854. Grayscale: #9C9C9C. Windows color (decimal): -10242133 or 11253603. OLE color: 11253603.
HSL color Cylindrical-coordinate representation of color #63B7AB: hue angle of 171.43º 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 #63B7AB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 183 | 171 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.28 |
| HSL | 171.43º | 0.37% | 0.55% | - |
| HSV(B) | 171.43º | 0.46% | 0.72% | - |
| XYZ | 29.43 | 39.46 | 44.59 | - |
| YUV | 156.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 171 | 0.46 | 0 | 0.07 | 0.28 | 171.43 | 0.37 | 0.55 |
| Hex | 63 | B7 | AB | 2E | 0 | 7 | 1C | AB | 25 | 37 |
| Octal | 143 | 267 | 253 | 56 | 0 | 7 | 34 | 253 | 45 | 67 |
| Binary | 1100011 | 10110111 | 10101011 | 101110 | 0 | 111 | 11100 | 10101011 | 100101 | 110111 |
Color Harmonies of #63B7AB
Complementary color
Monochromatic Colors of #63B7AB
Black with #63B7AB
Text Example
Text Example
White with #63B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B7AB; }
p { color: rgb(99,183,171); }
H1.HeaderClassName
{
color: #63B7AB;
}
.AnyTagClassName
{
color: #63B7AB;
}
</style>
background-color css
<style>
a { background-color: #63B7AB; }
a { background-color: rgb(99,183,171); }
div.DivClassName
{
background-color: #63B7AB;
}
.BgClassName
{
background-color: #63B7AB;
}
</style>
border-color css
<style>
span { border-color: #63B7AB; }
span { border-color: rgb(99,183,171); }
td.TdClassName
{
border-color: #63B7AB;
}
.TagClassName
{
border-color: #63B7AB;
}
</style>