Shades of Tradewind #67ADA1
Tints of Tradewind #67ADA1
RGB
CMYK
RGB Variations
Color information
#67ADA1 (or 0x67ADA1) is known color: Tradewind. HEX triplet: 67, AD and A1. RGB value is (103,173,161). Sum of RGB (Red+Green+Blue) = 103+173+161=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #67ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ADA1 is #98525E. Grayscale: #969696. Windows color (decimal): -9982559 or 10595687. OLE color: 10595687.
HSL color Cylindrical-coordinate representation of color #67ADA1: hue angle of 169.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ADA1 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 161 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.32 |
| HSL | 169.71º | 0.3% | 0.54% | - |
| HSV(B) | 169.71º | 0.4% | 0.68% | - |
| XYZ | 26.97 | 35.34 | 39.12 | - |
| YUV | 150.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 161 | 0.40 | 0 | 0.07 | 0.32 | 169.71 | 0.3 | 0.54 |
| Hex | 67 | AD | A1 | 28 | 0 | 7 | 20 | AA | 1E | 36 |
| Octal | 147 | 255 | 241 | 50 | 0 | 7 | 40 | 252 | 36 | 66 |
| Binary | 1100111 | 10101101 | 10100001 | 101000 | 0 | 111 | 100000 | 10101010 | 11110 | 110110 |
Color Harmonies of #67ADA1
Complementary color
Monochromatic Colors of #67ADA1
Black with #67ADA1
Text Example
Text Example
White with #67ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADA1; }
p { color: rgb(103,173,161); }
H1.HeaderClassName
{
color: #67ADA1;
}
.AnyTagClassName
{
color: #67ADA1;
}
</style>
background-color css
<style>
a { background-color: #67ADA1; }
a { background-color: rgb(103,173,161); }
div.DivClassName
{
background-color: #67ADA1;
}
.BgClassName
{
background-color: #67ADA1;
}
</style>
border-color css
<style>
span { border-color: #67ADA1; }
span { border-color: rgb(103,173,161); }
td.TdClassName
{
border-color: #67ADA1;
}
.TagClassName
{
border-color: #67ADA1;
}
</style>