Shades of Tradewind #6FACA4
Tints of Tradewind #6FACA4
RGB
CMYK
RGB Variations
Color information
#6FACA4 (or 0x6FACA4) is known color: Tradewind. HEX triplet: 6F, AC and A4. RGB value is (111,172,164). Sum of RGB (Red+Green+Blue) = 111+172+164=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #6FACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACA4 is #90535B. Grayscale: #989898. Windows color (decimal): -9458524 or 10792047. OLE color: 10792047.
HSL color Cylindrical-coordinate representation of color #6FACA4: hue angle of 172.13º 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 #6FACA4 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 164 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.33 |
| HSL | 172.13º | 0.27% | 0.55% | - |
| HSV(B) | 172.13º | 0.35% | 0.67% | - |
| XYZ | 28.01 | 35.56 | 40.51 | - |
| YUV | 152.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 164 | 0.35 | 0 | 0.05 | 0.33 | 172.13 | 0.27 | 0.55 |
| Hex | 6F | AC | A4 | 23 | 0 | 5 | 21 | AC | 1B | 37 |
| Octal | 157 | 254 | 244 | 43 | 0 | 5 | 41 | 254 | 33 | 67 |
| Binary | 1101111 | 10101100 | 10100100 | 100011 | 0 | 101 | 100001 | 10101100 | 11011 | 110111 |
Color Harmonies of #6FACA4
Complementary color
Monochromatic Colors of #6FACA4
Black with #6FACA4
Text Example
Text Example
White with #6FACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACA4; }
p { color: rgb(111,172,164); }
H1.HeaderClassName
{
color: #6FACA4;
}
.AnyTagClassName
{
color: #6FACA4;
}
</style>
background-color css
<style>
a { background-color: #6FACA4; }
a { background-color: rgb(111,172,164); }
div.DivClassName
{
background-color: #6FACA4;
}
.BgClassName
{
background-color: #6FACA4;
}
</style>
border-color css
<style>
span { border-color: #6FACA4; }
span { border-color: rgb(111,172,164); }
td.TdClassName
{
border-color: #6FACA4;
}
.TagClassName
{
border-color: #6FACA4;
}
</style>