Shades of Tradewind #67BBB2
Tints of Tradewind #67BBB2
RGB
CMYK
RGB Variations
Color information
#67BBB2 (or 0x67BBB2) is known color: Tradewind. HEX triplet: 67, BB and B2. RGB value is (103,187,178). Sum of RGB (Red+Green+Blue) = 103+187+178=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBB2 is #98444D. Grayscale: #A0A0A0. Windows color (decimal): -9978958 or 11713383. OLE color: 11713383.
HSL color Cylindrical-coordinate representation of color #67BBB2: hue angle of 173.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BBB2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 187 | 178 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.27 |
| HSL | 173.57º | 0.38% | 0.57% | - |
| HSV(B) | 173.57º | 0.45% | 0.73% | - |
| XYZ | 31.4 | 41.64 | 48.5 | - |
| YUV | 160.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 178 | 0.45 | 0 | 0.05 | 0.27 | 173.57 | 0.38 | 0.57 |
| Hex | 67 | BB | B2 | 2D | 0 | 5 | 1B | AE | 26 | 39 |
| Octal | 147 | 273 | 262 | 55 | 0 | 5 | 33 | 256 | 46 | 71 |
| Binary | 1100111 | 10111011 | 10110010 | 101101 | 0 | 101 | 11011 | 10101110 | 100110 | 111001 |
Color Harmonies of #67BBB2
Complementary color
Monochromatic Colors of #67BBB2
Black with #67BBB2
Text Example
Text Example
White with #67BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBB2; }
p { color: rgb(103,187,178); }
H1.HeaderClassName
{
color: #67BBB2;
}
.AnyTagClassName
{
color: #67BBB2;
}
</style>
background-color css
<style>
a { background-color: #67BBB2; }
a { background-color: rgb(103,187,178); }
div.DivClassName
{
background-color: #67BBB2;
}
.BgClassName
{
background-color: #67BBB2;
}
</style>
border-color css
<style>
span { border-color: #67BBB2; }
span { border-color: rgb(103,187,178); }
td.TdClassName
{
border-color: #67BBB2;
}
.TagClassName
{
border-color: #67BBB2;
}
</style>