Shades of Tradewind #67B1AA
Tints of Tradewind #67B1AA
RGB
CMYK
RGB Variations
Color information
#67B1AA (or 0x67B1AA) is known color: Tradewind. HEX triplet: 67, B1 and AA. RGB value is (103,177,170). Sum of RGB (Red+Green+Blue) = 103+177+170=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #67B1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67B1AA is #984E55. Grayscale: #9A9A9A. Windows color (decimal): -9981526 or 11186535. OLE color: 11186535.
HSL color Cylindrical-coordinate representation of color #67B1AA: hue angle of 174.32º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67B1AA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 177 | 170 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.31 |
| HSL | 174.32º | 0.32% | 0.55% | - |
| HSV(B) | 174.32º | 0.42% | 0.69% | - |
| XYZ | 28.57 | 37.23 | 43.71 | - |
| YUV | 154.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 177 | 170 | 0.42 | 0 | 0.04 | 0.31 | 174.32 | 0.32 | 0.55 |
| Hex | 67 | B1 | AA | 2A | 0 | 4 | 1F | AE | 20 | 37 |
| Octal | 147 | 261 | 252 | 52 | 0 | 4 | 37 | 256 | 40 | 67 |
| Binary | 1100111 | 10110001 | 10101010 | 101010 | 0 | 100 | 11111 | 10101110 | 100000 | 110111 |
Color Harmonies of #67B1AA
Complementary color
Monochromatic Colors of #67B1AA
Black with #67B1AA
Text Example
Text Example
White with #67B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B1AA; }
p { color: rgb(103,177,170); }
H1.HeaderClassName
{
color: #67B1AA;
}
.AnyTagClassName
{
color: #67B1AA;
}
</style>
background-color css
<style>
a { background-color: #67B1AA; }
a { background-color: rgb(103,177,170); }
div.DivClassName
{
background-color: #67B1AA;
}
.BgClassName
{
background-color: #67B1AA;
}
</style>
border-color css
<style>
span { border-color: #67B1AA; }
span { border-color: rgb(103,177,170); }
td.TdClassName
{
border-color: #67B1AA;
}
.TagClassName
{
border-color: #67B1AA;
}
</style>