#6AACA3

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

Shades of Tradewind #6AACA3

Tints of Tradewind #6AACA3

Color information

#6AACA3 (or 0x6AACA3) is unknown color: approx Tradewind. HEX triplet: 6A, AC and A3. RGB value is (106,172,163). Sum of RGB (Red+Green+Blue) = 106+172+163=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #6AACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AACA3 is #95535C. Grayscale: #979797. Windows color (decimal): -9786205 or 10726506. OLE color: 10726506.

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

Color convert

RGB106172163-
CMYK0.3800.050.33
HSL171.82º28.45%54.51%-
HSV(B)171.82º38.37%67.45%-
XYZ27.3135.2140.01-
YUV151.24134.6395.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.04%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=24.04%
G=39.00%
B=36.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721630.3800.050.33171.8228.4554.51
Hex6AACA3260521ac1c37
Octal1522542434605412543467
Binary1101010101011001010001110011001011000011010110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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