#67ACA4

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

Shades of Tradewind #67ACA4

Tints of Tradewind #67ACA4

Color information

#67ACA4 (or 0x67ACA4) is unknown color: approx Tradewind. HEX triplet: 67, AC and A4. RGB value is (103,172,164). Sum of RGB (Red+Green+Blue) = 103+172+164=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #67ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ACA4 is #98535B. Grayscale: #969696. Windows color (decimal): -9982812 or 10792039. OLE color: 10792039.

HSL color Cylindrical-coordinate representation of color #67ACA4: hue angle of 173.04º 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 #67ACA4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB103172164-
CMYK0.4000.050.33
HSL173.04º29.36%53.92%-
HSV(B)173.04º40.12%67.45%-
XYZ27.0535.0740.47-
YUV150.46135.6494.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.46%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=23.46%
G=39.18%
B=37.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721640.4000.050.33173.0429.3653.92
Hex67ACA4280521ad1d36
Octal1472542445005412553566
Binary1100111101011001010010010100001011000011010110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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