#67ACA6

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

Shades of Tradewind #67ACA6

Tints of Tradewind #67ACA6

Color information

#67ACA6 (or 0x67ACA6) is unknown color: approx Tradewind. HEX triplet: 67, AC and A6. RGB value is (103,172,166). Sum of RGB (Red+Green+Blue) = 103+172+166=441 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.36% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #67ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ACA6 is #985359. Grayscale: #969696. Windows color (decimal): -9982810 or 10923111. OLE color: 10923111.

HSL color Cylindrical-coordinate representation of color #67ACA6: hue angle of 174.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ACA6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB103172166-
CMYK0.4000.030.33
HSL174.78º29.36%53.92%-
HSV(B)174.78º40.12%67.45%-
XYZ27.2335.1441.42-
YUV150.68136.6493.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.36%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=23.36%
G=39.00%
B=37.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721660.4000.030.33174.7829.3653.92
Hex67ACA6280321af1d36
Octal1472542465003412573566
Binary110011110101100101001101010000111000011010111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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