Shades of Tradewind #66BFB4
Tints of Tradewind #66BFB4
RGB
CMYK
RGB Variations
Color information
#66BFB4 (or 0x66BFB4) is known color: Tradewind. HEX triplet: 66, BF and B4. RGB value is (102,191,180). Sum of RGB (Red+Green+Blue) = 102+191+180=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #66BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFB4 is #99404B. Grayscale: #A3A3A3. Windows color (decimal): -10043468 or 11845478. OLE color: 11845478.
HSL color Cylindrical-coordinate representation of color #66BFB4: hue angle of 172.58º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BFB4 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 180 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.25 |
| HSL | 172.58º | 0.41% | 0.57% | - |
| HSV(B) | 172.58º | 0.47% | 0.75% | - |
| XYZ | 32.35 | 43.38 | 49.85 | - |
| YUV | 163.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 180 | 0.47 | 0 | 0.06 | 0.25 | 172.58 | 0.41 | 0.57 |
| Hex | 66 | BF | B4 | 2F | 0 | 6 | 19 | AD | 29 | 39 |
| Octal | 146 | 277 | 264 | 57 | 0 | 6 | 31 | 255 | 51 | 71 |
| Binary | 1100110 | 10111111 | 10110100 | 101111 | 0 | 110 | 11001 | 10101101 | 101001 | 111001 |
Color Harmonies of #66BFB4
Complementary color
Monochromatic Colors of #66BFB4
Black with #66BFB4
Text Example
Text Example
White with #66BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFB4; }
p { color: rgb(102,191,180); }
H1.HeaderClassName
{
color: #66BFB4;
}
.AnyTagClassName
{
color: #66BFB4;
}
</style>
background-color css
<style>
a { background-color: #66BFB4; }
a { background-color: rgb(102,191,180); }
div.DivClassName
{
background-color: #66BFB4;
}
.BgClassName
{
background-color: #66BFB4;
}
</style>
border-color css
<style>
span { border-color: #66BFB4; }
span { border-color: rgb(102,191,180); }
td.TdClassName
{
border-color: #66BFB4;
}
.TagClassName
{
border-color: #66BFB4;
}
</style>