Shades of Tradewind #6FACAA
Tints of Tradewind #6FACAA
RGB
CMYK
RGB Variations
Color information
#6FACAA (or 0x6FACAA) is known color: Tradewind. HEX triplet: 6F, AC and AA. RGB value is (111,172,170). Sum of RGB (Red+Green+Blue) = 111+172+170=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #6FACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAA is #905355. Grayscale: #999999. Windows color (decimal): -9458518 or 11185263. OLE color: 11185263.
HSL color Cylindrical-coordinate representation of color #6FACAA: hue angle of 178.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FACAA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 170 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.33 |
| HSL | 178.03º | 0.27% | 0.55% | - |
| HSV(B) | 178.03º | 0.35% | 0.67% | - |
| XYZ | 28.56 | 35.79 | 43.43 | - |
| YUV | 153.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 170 | 0.35 | 0 | 0.01 | 0.33 | 178.03 | 0.27 | 0.55 |
| Hex | 6F | AC | AA | 23 | 0 | 1 | 21 | B2 | 1B | 37 |
| Octal | 157 | 254 | 252 | 43 | 0 | 1 | 41 | 262 | 33 | 67 |
| Binary | 1101111 | 10101100 | 10101010 | 100011 | 0 | 1 | 100001 | 10110010 | 11011 | 110111 |
Color Harmonies of #6FACAA
Complementary color
Monochromatic Colors of #6FACAA
Black with #6FACAA
Text Example
Text Example
White with #6FACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACAA; }
p { color: rgb(111,172,170); }
H1.HeaderClassName
{
color: #6FACAA;
}
.AnyTagClassName
{
color: #6FACAA;
}
</style>
background-color css
<style>
a { background-color: #6FACAA; }
a { background-color: rgb(111,172,170); }
div.DivClassName
{
background-color: #6FACAA;
}
.BgClassName
{
background-color: #6FACAA;
}
</style>
border-color css
<style>
span { border-color: #6FACAA; }
span { border-color: rgb(111,172,170); }
td.TdClassName
{
border-color: #6FACAA;
}
.TagClassName
{
border-color: #6FACAA;
}
</style>