Shades of Tradewind #63AFAB
Tints of Tradewind #63AFAB
RGB
CMYK
RGB Variations
Color information
#63AFAB (or 0x63AFAB) is known color: Tradewind. HEX triplet: 63, AF and AB. RGB value is (99,175,171). Sum of RGB (Red+Green+Blue) = 99+175+171=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #63AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AFAB is #9C5054. Grayscale: #979797. Windows color (decimal): -10244181 or 11251555. OLE color: 11251555.
HSL color Cylindrical-coordinate representation of color #63AFAB: hue angle of 176.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AFAB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 171 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.31 |
| HSL | 176.84º | 0.32% | 0.54% | - |
| HSV(B) | 176.84º | 0.43% | 0.69% | - |
| XYZ | 27.83 | 36.25 | 44.06 | - |
| YUV | 151.82 | 138.82 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 171 | 0.43 | 0 | 0.02 | 0.31 | 176.84 | 0.32 | 0.54 |
| Hex | 63 | AF | AB | 2B | 0 | 2 | 1F | B1 | 20 | 36 |
| Octal | 143 | 257 | 253 | 53 | 0 | 2 | 37 | 261 | 40 | 66 |
| Binary | 1100011 | 10101111 | 10101011 | 101011 | 0 | 10 | 11111 | 10110001 | 100000 | 110110 |
Color Harmonies of #63AFAB
Complementary color
Monochromatic Colors of #63AFAB
Black with #63AFAB
Text Example
Text Example
White with #63AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFAB; }
p { color: rgb(99,175,171); }
H1.HeaderClassName
{
color: #63AFAB;
}
.AnyTagClassName
{
color: #63AFAB;
}
</style>
background-color css
<style>
a { background-color: #63AFAB; }
a { background-color: rgb(99,175,171); }
div.DivClassName
{
background-color: #63AFAB;
}
.BgClassName
{
background-color: #63AFAB;
}
</style>
border-color css
<style>
span { border-color: #63AFAB; }
span { border-color: rgb(99,175,171); }
td.TdClassName
{
border-color: #63AFAB;
}
.TagClassName
{
border-color: #63AFAB;
}
</style>