#6AB0AA

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

Shades of Tradewind #6AB0AA

Tints of Tradewind #6AB0AA

Color information

#6AB0AA (or 0x6AB0AA) is unknown color: approx Tradewind. HEX triplet: 6A, B0 and AA. RGB value is (106,176,170). Sum of RGB (Red+Green+Blue) = 106+176+170=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB0AA is #954F55. Grayscale: #9A9A9A. Windows color (decimal): -9785174 or 11186282. OLE color: 11186282.

HSL color Cylindrical-coordinate representation of color #6AB0AA: hue angle of 174.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB0AA is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB106176170-
CMYK0.4000.030.31
HSL174.86º30.7%55.29%-
HSV(B)174.86º39.77%69.02%-
XYZ28.7237.0243.66-
YUV154.39136.8193.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=23.45%
G=38.94%
B=37.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761700.4000.030.31174.8630.755.29
Hex6AB0AA28031Faf1f37
Octal1522602525003372573767
Binary11010101011000010101010101000011111111010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,170); }

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

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

 a { background-color: rgb(106,176,170); }

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

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

 span { border-color: rgb(106,176,170); }

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