Shades of Tradewind #67ABA4
Tints of Tradewind #67ABA4
RGB
CMYK
RGB Variations
Color information
#67ABA4 (or 0x67ABA4) is known color: Tradewind. HEX triplet: 67, AB and A4. RGB value is (103,171,164). Sum of RGB (Red+Green+Blue) = 103+171+164=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #67ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABA4 is #98545B. Grayscale: #959595. Windows color (decimal): -9983068 or 10791783. OLE color: 10791783.
HSL color Cylindrical-coordinate representation of color #67ABA4: hue angle of 173.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ABA4 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 164 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.33 |
| HSL | 173.82º | 0.29% | 0.54% | - |
| HSV(B) | 173.82º | 0.4% | 0.67% | - |
| XYZ | 26.86 | 34.69 | 40.4 | - |
| YUV | 149.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 164 | 0.40 | 0 | 0.04 | 0.33 | 173.82 | 0.29 | 0.54 |
| Hex | 67 | AB | A4 | 28 | 0 | 4 | 21 | AE | 1D | 36 |
| Octal | 147 | 253 | 244 | 50 | 0 | 4 | 41 | 256 | 35 | 66 |
| Binary | 1100111 | 10101011 | 10100100 | 101000 | 0 | 100 | 100001 | 10101110 | 11101 | 110110 |
Color Harmonies of #67ABA4
Complementary color
Monochromatic Colors of #67ABA4
Black with #67ABA4
Text Example
Text Example
White with #67ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABA4; }
p { color: rgb(103,171,164); }
H1.HeaderClassName
{
color: #67ABA4;
}
.AnyTagClassName
{
color: #67ABA4;
}
</style>
background-color css
<style>
a { background-color: #67ABA4; }
a { background-color: rgb(103,171,164); }
div.DivClassName
{
background-color: #67ABA4;
}
.BgClassName
{
background-color: #67ABA4;
}
</style>
border-color css
<style>
span { border-color: #67ABA4; }
span { border-color: rgb(103,171,164); }
td.TdClassName
{
border-color: #67ABA4;
}
.TagClassName
{
border-color: #67ABA4;
}
</style>