#6AB9AA

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

Shades of Tradewind #6AB9AA

Tints of Tradewind #6AB9AA

Color information

#6AB9AA (or 0x6AB9AA) is unknown color: approx Tradewind. HEX triplet: 6A, B9 and AA. RGB value is (106,185,170). Sum of RGB (Red+Green+Blue) = 106+185+170=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB9AA is #954655. Grayscale: #9F9F9F. Windows color (decimal): -9782870 or 11188586. OLE color: 11188586.

HSL color Cylindrical-coordinate representation of color #6AB9AA: hue angle of 168.61º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB9AA is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB106185170-
CMYK0.4300.080.27
HSL168.61º36.07%57.06%-
HSV(B)168.61º42.7%72.55%-
XYZ30.5540.6644.27-
YUV159.67133.8389.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.99%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=22.99%
G=40.13%
B=36.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061851700.4300.080.27168.6136.0757.06
Hex6AB9AA2B081Ba92439
Octal15227125253010332514471
Binary11010101011100110101010101011010001101110101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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