Shades of Tradewind #64BBB3
Tints of Tradewind #64BBB3
RGB
CMYK
RGB Variations
Color information
#64BBB3 (or 0x64BBB3) is known color: Tradewind. HEX triplet: 64, BB and B3. RGB value is (100,187,179). Sum of RGB (Red+Green+Blue) = 100+187+179=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #64BBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BBB3 is #9B444C. Grayscale: #A0A0A0. Windows color (decimal): -10175565 or 11778916. OLE color: 11778916.
HSL color Cylindrical-coordinate representation of color #64BBB3: hue angle of 174.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BBB3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 187 | 179 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.27 |
| HSL | 174.48º | 0.39% | 0.56% | - |
| HSV(B) | 174.48º | 0.47% | 0.73% | - |
| XYZ | 31.16 | 41.5 | 49.02 | - |
| YUV | 160.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 187 | 179 | 0.47 | 0 | 0.04 | 0.27 | 174.48 | 0.39 | 0.56 |
| Hex | 64 | BB | B3 | 2F | 0 | 4 | 1B | AE | 27 | 38 |
| Octal | 144 | 273 | 263 | 57 | 0 | 4 | 33 | 256 | 47 | 70 |
| Binary | 1100100 | 10111011 | 10110011 | 101111 | 0 | 100 | 11011 | 10101110 | 100111 | 111000 |
Color Harmonies of #64BBB3
Complementary color
Monochromatic Colors of #64BBB3
Black with #64BBB3
Text Example
Text Example
White with #64BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BBB3; }
p { color: rgb(100,187,179); }
H1.HeaderClassName
{
color: #64BBB3;
}
.AnyTagClassName
{
color: #64BBB3;
}
</style>
background-color css
<style>
a { background-color: #64BBB3; }
a { background-color: rgb(100,187,179); }
div.DivClassName
{
background-color: #64BBB3;
}
.BgClassName
{
background-color: #64BBB3;
}
</style>
border-color css
<style>
span { border-color: #64BBB3; }
span { border-color: rgb(100,187,179); }
td.TdClassName
{
border-color: #64BBB3;
}
.TagClassName
{
border-color: #64BBB3;
}
</style>