Shades of Tradewind #68AFAA
Tints of Tradewind #68AFAA
RGB
CMYK
RGB Variations
Color information
#68AFAA (or 0x68AFAA) is known color: Tradewind. HEX triplet: 68, AF and AA. RGB value is (104,175,170). Sum of RGB (Red+Green+Blue) = 104+175+170=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #68AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AFAA is #975055. Grayscale: #999999. Windows color (decimal): -9916502 or 11186024. OLE color: 11186024.
HSL color Cylindrical-coordinate representation of color #68AFAA: hue angle of 175.77º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AFAA is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 170 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.31 |
| HSL | 175.77º | 0.31% | 0.55% | - |
| HSV(B) | 175.77º | 0.41% | 0.69% | - |
| XYZ | 28.29 | 36.51 | 43.59 | - |
| YUV | 153.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 170 | 0.41 | 0 | 0.03 | 0.31 | 175.77 | 0.31 | 0.55 |
| Hex | 68 | AF | AA | 29 | 0 | 3 | 1F | B0 | 1F | 37 |
| Octal | 150 | 257 | 252 | 51 | 0 | 3 | 37 | 260 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10101010 | 101001 | 0 | 11 | 11111 | 10110000 | 11111 | 110111 |
Color Harmonies of #68AFAA
Complementary color
Monochromatic Colors of #68AFAA
Black with #68AFAA
Text Example
Text Example
White with #68AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFAA; }
p { color: rgb(104,175,170); }
H1.HeaderClassName
{
color: #68AFAA;
}
.AnyTagClassName
{
color: #68AFAA;
}
</style>
background-color css
<style>
a { background-color: #68AFAA; }
a { background-color: rgb(104,175,170); }
div.DivClassName
{
background-color: #68AFAA;
}
.BgClassName
{
background-color: #68AFAA;
}
</style>
border-color css
<style>
span { border-color: #68AFAA; }
span { border-color: rgb(104,175,170); }
td.TdClassName
{
border-color: #68AFAA;
}
.TagClassName
{
border-color: #68AFAA;
}
</style>