#6AACA2

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

Shades of Tradewind #6AACA2

Tints of Tradewind #6AACA2

Color information

#6AACA2 (or 0x6AACA2) is unknown color: approx Tradewind. HEX triplet: 6A, AC and A2. RGB value is (106,172,162). Sum of RGB (Red+Green+Blue) = 106+172+162=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #6AACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AACA2 is #95535D. Grayscale: #979797. Windows color (decimal): -9786206 or 10660970. OLE color: 10660970.

HSL color Cylindrical-coordinate representation of color #6AACA2: hue angle of 170.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AACA2 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB106172162-
CMYK0.3800.060.33
HSL170.91º28.45%54.51%-
HSV(B)170.91º38.37%67.45%-
XYZ27.2235.1839.54-
YUV151.13134.1395.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.09%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=24.09%
G=39.09%
B=36.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721620.3800.060.33170.9128.4554.51
Hex6AACA2260621ab1c37
Octal1522542424606412533467
Binary1101010101011001010001010011001101000011010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AACA2; }

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

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

<style>
 a { background-color: #6AACA2; }

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

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

<style>
 span { border-color: #6AACA2; }

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

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