Shades of Tradewind #63B5AD
Tints of Tradewind #63B5AD
RGB
CMYK
RGB Variations
Color information
#63B5AD (or 0x63B5AD) is known color: Tradewind. HEX triplet: 63, B5 and AD. RGB value is (99,181,173). Sum of RGB (Red+Green+Blue) = 99+181+173=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #63B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B5AD is #9C4A52. Grayscale: #9B9B9B. Windows color (decimal): -10242643 or 11384163. OLE color: 11384163.
HSL color Cylindrical-coordinate representation of color #63B5AD: hue angle of 174.15º 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 #63B5AD is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 181 | 173 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.29 |
| HSL | 174.15º | 0.36% | 0.55% | - |
| HSV(B) | 174.15º | 0.45% | 0.71% | - |
| XYZ | 29.21 | 38.72 | 45.47 | - |
| YUV | 155.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 173 | 0.45 | 0 | 0.04 | 0.29 | 174.15 | 0.36 | 0.55 |
| Hex | 63 | B5 | AD | 2D | 0 | 4 | 1D | AE | 24 | 37 |
| Octal | 143 | 265 | 255 | 55 | 0 | 4 | 35 | 256 | 44 | 67 |
| Binary | 1100011 | 10110101 | 10101101 | 101101 | 0 | 100 | 11101 | 10101110 | 100100 | 110111 |
Color Harmonies of #63B5AD
Complementary color
Monochromatic Colors of #63B5AD
Black with #63B5AD
Text Example
Text Example
White with #63B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5AD; }
p { color: rgb(99,181,173); }
H1.HeaderClassName
{
color: #63B5AD;
}
.AnyTagClassName
{
color: #63B5AD;
}
</style>
background-color css
<style>
a { background-color: #63B5AD; }
a { background-color: rgb(99,181,173); }
div.DivClassName
{
background-color: #63B5AD;
}
.BgClassName
{
background-color: #63B5AD;
}
</style>
border-color css
<style>
span { border-color: #63B5AD; }
span { border-color: rgb(99,181,173); }
td.TdClassName
{
border-color: #63B5AD;
}
.TagClassName
{
border-color: #63B5AD;
}
</style>