Shades of Tradewind #67AAA4
Tints of Tradewind #67AAA4
RGB
CMYK
RGB Variations
Color information
#67AAA4 (or 0x67AAA4) is known color: Tradewind. HEX triplet: 67, AA and A4. RGB value is (103,170,164). Sum of RGB (Red+Green+Blue) = 103+170+164=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #67AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AAA4 is #98555B. Grayscale: #959595. Windows color (decimal): -9983324 or 10791527. OLE color: 10791527.
HSL color Cylindrical-coordinate representation of color #67AAA4: hue angle of 174.63º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AAA4 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 164 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.33 |
| HSL | 174.63º | 0.28% | 0.54% | - |
| HSV(B) | 174.63º | 0.39% | 0.67% | - |
| XYZ | 26.67 | 34.31 | 40.34 | - |
| YUV | 149.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 164 | 0.39 | 0 | 0.04 | 0.33 | 174.63 | 0.28 | 0.54 |
| Hex | 67 | AA | A4 | 27 | 0 | 4 | 21 | AF | 1C | 36 |
| Octal | 147 | 252 | 244 | 47 | 0 | 4 | 41 | 257 | 34 | 66 |
| Binary | 1100111 | 10101010 | 10100100 | 100111 | 0 | 100 | 100001 | 10101111 | 11100 | 110110 |
Color Harmonies of #67AAA4
Complementary color
Monochromatic Colors of #67AAA4
Black with #67AAA4
Text Example
Text Example
White with #67AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AAA4; }
p { color: rgb(103,170,164); }
H1.HeaderClassName
{
color: #67AAA4;
}
.AnyTagClassName
{
color: #67AAA4;
}
</style>
background-color css
<style>
a { background-color: #67AAA4; }
a { background-color: rgb(103,170,164); }
div.DivClassName
{
background-color: #67AAA4;
}
.BgClassName
{
background-color: #67AAA4;
}
</style>
border-color css
<style>
span { border-color: #67AAA4; }
span { border-color: rgb(103,170,164); }
td.TdClassName
{
border-color: #67AAA4;
}
.TagClassName
{
border-color: #67AAA4;
}
</style>