Shades of Tradewind #63B5AB
Tints of Tradewind #63B5AB
RGB
CMYK
RGB Variations
Color information
#63B5AB (or 0x63B5AB) is known color: Tradewind. HEX triplet: 63, B5 and AB. RGB value is (99,181,171). Sum of RGB (Red+Green+Blue) = 99+181+171=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #63B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B5AB is #9C4A54. Grayscale: #9B9B9B. Windows color (decimal): -10242645 or 11253091. OLE color: 11253091.
HSL color Cylindrical-coordinate representation of color #63B5AB: hue angle of 172.68º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B5AB is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 181 | 171 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.29 |
| HSL | 172.68º | 0.36% | 0.55% | - |
| HSV(B) | 172.68º | 0.45% | 0.71% | - |
| XYZ | 29.02 | 38.64 | 44.46 | - |
| YUV | 155.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 171 | 0.45 | 0 | 0.06 | 0.29 | 172.68 | 0.36 | 0.55 |
| Hex | 63 | B5 | AB | 2D | 0 | 6 | 1D | AD | 24 | 37 |
| Octal | 143 | 265 | 253 | 55 | 0 | 6 | 35 | 255 | 44 | 67 |
| Binary | 1100011 | 10110101 | 10101011 | 101101 | 0 | 110 | 11101 | 10101101 | 100100 | 110111 |
Color Harmonies of #63B5AB
Complementary color
Monochromatic Colors of #63B5AB
Black with #63B5AB
Text Example
Text Example
White with #63B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5AB; }
p { color: rgb(99,181,171); }
H1.HeaderClassName
{
color: #63B5AB;
}
.AnyTagClassName
{
color: #63B5AB;
}
</style>
background-color css
<style>
a { background-color: #63B5AB; }
a { background-color: rgb(99,181,171); }
div.DivClassName
{
background-color: #63B5AB;
}
.BgClassName
{
background-color: #63B5AB;
}
</style>
border-color css
<style>
span { border-color: #63B5AB; }
span { border-color: rgb(99,181,171); }
td.TdClassName
{
border-color: #63B5AB;
}
.TagClassName
{
border-color: #63B5AB;
}
</style>