Shades of Tradewind #67ABA2
Tints of Tradewind #67ABA2
RGB
CMYK
RGB Variations
Color information
#67ABA2 (or 0x67ABA2) is known color: Tradewind. HEX triplet: 67, AB and A2. RGB value is (103,171,162). Sum of RGB (Red+Green+Blue) = 103+171+162=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #67ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ABA2 is #98545D. Grayscale: #959595. Windows color (decimal): -9983070 or 10660711. OLE color: 10660711.
HSL color Cylindrical-coordinate representation of color #67ABA2: hue angle of 172.06º 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 #67ABA2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 162 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.33 |
| HSL | 172.06º | 0.29% | 0.54% | - |
| HSV(B) | 172.06º | 0.4% | 0.67% | - |
| XYZ | 26.68 | 34.62 | 39.46 | - |
| YUV | 149.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 162 | 0.40 | 0 | 0.05 | 0.33 | 172.06 | 0.29 | 0.54 |
| Hex | 67 | AB | A2 | 28 | 0 | 5 | 21 | AC | 1D | 36 |
| Octal | 147 | 253 | 242 | 50 | 0 | 5 | 41 | 254 | 35 | 66 |
| Binary | 1100111 | 10101011 | 10100010 | 101000 | 0 | 101 | 100001 | 10101100 | 11101 | 110110 |
Color Harmonies of #67ABA2
Complementary color
Monochromatic Colors of #67ABA2
Black with #67ABA2
Text Example
Text Example
White with #67ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ABA2; }
p { color: rgb(103,171,162); }
H1.HeaderClassName
{
color: #67ABA2;
}
.AnyTagClassName
{
color: #67ABA2;
}
</style>
background-color css
<style>
a { background-color: #67ABA2; }
a { background-color: rgb(103,171,162); }
div.DivClassName
{
background-color: #67ABA2;
}
.BgClassName
{
background-color: #67ABA2;
}
</style>
border-color css
<style>
span { border-color: #67ABA2; }
span { border-color: rgb(103,171,162); }
td.TdClassName
{
border-color: #67ABA2;
}
.TagClassName
{
border-color: #67ABA2;
}
</style>