Shades of Tradewind #65AFAB
Tints of Tradewind #65AFAB
RGB
CMYK
RGB Variations
Color information
#65AFAB (or 0x65AFAB) is known color: Tradewind. HEX triplet: 65, AF and AB. RGB value is (101,175,171). Sum of RGB (Red+Green+Blue) = 101+175+171=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFAB is #9A5054. Grayscale: #989898. Windows color (decimal): -10113109 or 11251557. OLE color: 11251557.
HSL color Cylindrical-coordinate representation of color #65AFAB: hue angle of 176.76º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AFAB is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 171 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.31 |
| HSL | 176.76º | 0.32% | 0.54% | - |
| HSV(B) | 176.76º | 0.42% | 0.69% | - |
| XYZ | 28.05 | 36.37 | 44.07 | - |
| YUV | 152.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 171 | 0.42 | 0 | 0.02 | 0.31 | 176.76 | 0.32 | 0.54 |
| Hex | 65 | AF | AB | 2A | 0 | 2 | 1F | B1 | 20 | 36 |
| Octal | 145 | 257 | 253 | 52 | 0 | 2 | 37 | 261 | 40 | 66 |
| Binary | 1100101 | 10101111 | 10101011 | 101010 | 0 | 10 | 11111 | 10110001 | 100000 | 110110 |
Color Harmonies of #65AFAB
Complementary color
Monochromatic Colors of #65AFAB
Black with #65AFAB
Text Example
Text Example
White with #65AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFAB; }
p { color: rgb(101,175,171); }
H1.HeaderClassName
{
color: #65AFAB;
}
.AnyTagClassName
{
color: #65AFAB;
}
</style>
background-color css
<style>
a { background-color: #65AFAB; }
a { background-color: rgb(101,175,171); }
div.DivClassName
{
background-color: #65AFAB;
}
.BgClassName
{
background-color: #65AFAB;
}
</style>
border-color css
<style>
span { border-color: #65AFAB; }
span { border-color: rgb(101,175,171); }
td.TdClassName
{
border-color: #65AFAB;
}
.TagClassName
{
border-color: #65AFAB;
}
</style>