#67BAAC

Color #67BAAC Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #67BAAC

Tints of Tradewind #67BAAC

Color information

#67BAAC (or 0x67BAAC) is unknown color: approx Tradewind. HEX triplet: 67, BA and AC. RGB value is (103,186,172). Sum of RGB (Red+Green+Blue) = 103+186+172=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #67BAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BAAC is #984553. Grayscale: #9F9F9F. Windows color (decimal): -9979220 or 11319911. OLE color: 11319911.

HSL color Cylindrical-coordinate representation of color #67BAAC: hue angle of 169.88º 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 #67BAAC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB103186172-
CMYK0.4500.080.27
HSL169.88º37.56%56.67%-
HSV(B)169.88º44.62%72.94%-
XYZ30.640.9845.33-
YUV159.5913587.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 22.34%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=22.34%
G=40.35%
B=37.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031861720.4500.080.27169.8837.5656.67
Hex67BAAC2D081Baa2639
Octal14727225455010332524671
Binary11001111011101010101100101101010001101110101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BAAC; }

 p { color: rgb(103,186,172); }

 H1.HeaderClassName
 {
   color: #67BAAC;
 }
 .AnyTagClassName
 {
   color: #67BAAC;
 }
</style>
background-color css

<style>
 a { background-color: #67BAAC; }

 a { background-color: rgb(103,186,172); }

 div.DivClassName
 {
   background-color: #67BAAC;
 }
 .BgClassName
 {
   background-color: #67BAAC;
 }
</style>
border-color css

<style>
 span { border-color: #67BAAC; }

 span { border-color: rgb(103,186,172); }

 td.TdClassName
 {
   border-color: #67BAAC;
 }
 .TagClassName
 {
   border-color: #67BAAC;
 }
</style>