#6AABA4

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

Shades of Tradewind #6AABA4

Tints of Tradewind #6AABA4

Color information

#6AABA4 (or 0x6AABA4) is unknown color: approx Tradewind. HEX triplet: 6A, AB and A4. RGB value is (106,171,164). Sum of RGB (Red+Green+Blue) = 106+171+164=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #6AABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AABA4 is #95545B. Grayscale: #969696. Windows color (decimal): -9786460 or 10791786. OLE color: 10791786.

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

Color convert

RGB106171164-
CMYK0.3800.040.33
HSL173.54º27.9%54.31%-
HSV(B)173.54º38.01%67.06%-
XYZ27.2134.8740.42-
YUV150.77135.4796.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.04%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=24.04%
G=38.78%
B=37.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711640.3800.040.33173.5427.954.31
Hex6AABA4260421ae1c36
Octal1522532444604412563466
Binary1101010101010111010010010011001001000011010111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,164); }

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

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

 a { background-color: rgb(106,171,164); }

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

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

 span { border-color: rgb(106,171,164); }

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