Shades of Tradewind #66BFB1
Tints of Tradewind #66BFB1
RGB
CMYK
RGB Variations
Color information
#66BFB1 (or 0x66BFB1) is known color: Tradewind. HEX triplet: 66, BF and B1. RGB value is (102,191,177). Sum of RGB (Red+Green+Blue) = 102+191+177=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #66BFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BFB1 is #99404E. Grayscale: #A2A2A2. Windows color (decimal): -10043471 or 11648870. OLE color: 11648870.
HSL color Cylindrical-coordinate representation of color #66BFB1: hue angle of 170.56º 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 #66BFB1 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 177 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.25 |
| HSL | 170.56º | 0.41% | 0.57% | - |
| HSV(B) | 170.56º | 0.47% | 0.75% | - |
| XYZ | 32.05 | 43.26 | 48.26 | - |
| YUV | 162.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 177 | 0.47 | 0 | 0.07 | 0.25 | 170.56 | 0.41 | 0.57 |
| Hex | 66 | BF | B1 | 2F | 0 | 7 | 19 | AB | 29 | 39 |
| Octal | 146 | 277 | 261 | 57 | 0 | 7 | 31 | 253 | 51 | 71 |
| Binary | 1100110 | 10111111 | 10110001 | 101111 | 0 | 111 | 11001 | 10101011 | 101001 | 111001 |
Color Harmonies of #66BFB1
Complementary color
Monochromatic Colors of #66BFB1
Black with #66BFB1
Text Example
Text Example
White with #66BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFB1; }
p { color: rgb(102,191,177); }
H1.HeaderClassName
{
color: #66BFB1;
}
.AnyTagClassName
{
color: #66BFB1;
}
</style>
background-color css
<style>
a { background-color: #66BFB1; }
a { background-color: rgb(102,191,177); }
div.DivClassName
{
background-color: #66BFB1;
}
.BgClassName
{
background-color: #66BFB1;
}
</style>
border-color css
<style>
span { border-color: #66BFB1; }
span { border-color: rgb(102,191,177); }
td.TdClassName
{
border-color: #66BFB1;
}
.TagClassName
{
border-color: #66BFB1;
}
</style>