#67ACA2

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

Shades of Tradewind #67ACA2

Tints of Tradewind #67ACA2

Color information

#67ACA2 (or 0x67ACA2) is unknown color: approx Tradewind. HEX triplet: 67, AC and A2. RGB value is (103,172,162). Sum of RGB (Red+Green+Blue) = 103+172+162=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #67ACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ACA2 is #98535D. Grayscale: #969696. Windows color (decimal): -9982814 or 10660967. OLE color: 10660967.

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

Color convert

RGB103172162-
CMYK0.4000.060.33
HSL171.3º29.36%53.92%-
HSV(B)171.3º40.12%67.45%-
XYZ26.873539.52-
YUV150.23134.6494.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.57%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=23.57%
G=39.36%
B=37.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031721620.4000.060.33171.329.3653.92
Hex67ACA2280621ab1d36
Octal1472542425006412533566
Binary1100111101011001010001010100001101000011010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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