#67BCAC

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

Shades of Tradewind #67BCAC

Tints of Tradewind #67BCAC

Color information

#67BCAC (or 0x67BCAC) is unknown color: approx Tradewind. HEX triplet: 67, BC and AC. RGB value is (103,188,172). Sum of RGB (Red+Green+Blue) = 103+188+172=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BCAC is #984353. Grayscale: #A0A0A0. Windows color (decimal): -9978708 or 11320423. OLE color: 11320423.

HSL color Cylindrical-coordinate representation of color #67BCAC: hue angle of 168.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BCAC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB103188172-
CMYK0.4500.090.26
HSL168.71º38.81%57.06%-
HSV(B)168.71º45.21%73.73%-
XYZ31.0241.8345.47-
YUV160.76134.3486.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.25%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=22.25%
G=40.60%
B=37.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031881720.4500.090.26168.7138.8157.06
Hex67BCAC2D091Aa92739
Octal14727425455011322514771
Binary11001111011110010101100101101010011101010101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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