Shades of Tradewind #65AFA8
Tints of Tradewind #65AFA8
RGB
CMYK
RGB Variations
Color information
#65AFA8 (or 0x65AFA8) is known color: Tradewind. HEX triplet: 65, AF and A8. RGB value is (101,175,168). Sum of RGB (Red+Green+Blue) = 101+175+168=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #65AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AFA8 is #9A5057. Grayscale: #989898. Windows color (decimal): -10113112 or 11054949. OLE color: 11054949.
HSL color Cylindrical-coordinate representation of color #65AFA8: hue angle of 174.32º 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 #65AFA8 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 168 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.31 |
| HSL | 174.32º | 0.32% | 0.54% | - |
| HSV(B) | 174.32º | 0.42% | 0.69% | - |
| XYZ | 27.76 | 36.25 | 42.58 | - |
| YUV | 152.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 168 | 0.42 | 0 | 0.04 | 0.31 | 174.32 | 0.32 | 0.54 |
| Hex | 65 | AF | A8 | 2A | 0 | 4 | 1F | AE | 20 | 36 |
| Octal | 145 | 257 | 250 | 52 | 0 | 4 | 37 | 256 | 40 | 66 |
| Binary | 1100101 | 10101111 | 10101000 | 101010 | 0 | 100 | 11111 | 10101110 | 100000 | 110110 |
Color Harmonies of #65AFA8
Complementary color
Monochromatic Colors of #65AFA8
Black with #65AFA8
Text Example
Text Example
White with #65AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFA8; }
p { color: rgb(101,175,168); }
H1.HeaderClassName
{
color: #65AFA8;
}
.AnyTagClassName
{
color: #65AFA8;
}
</style>
background-color css
<style>
a { background-color: #65AFA8; }
a { background-color: rgb(101,175,168); }
div.DivClassName
{
background-color: #65AFA8;
}
.BgClassName
{
background-color: #65AFA8;
}
</style>
border-color css
<style>
span { border-color: #65AFA8; }
span { border-color: rgb(101,175,168); }
td.TdClassName
{
border-color: #65AFA8;
}
.TagClassName
{
border-color: #65AFA8;
}
</style>