#6ABAAB

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

Shades of Tradewind #6ABAAB

Tints of Tradewind #6ABAAB

Color information

#6ABAAB (or 0x6ABAAB) is unknown color: approx Tradewind. HEX triplet: 6A, BA and AB. RGB value is (106,186,171). Sum of RGB (Red+Green+Blue) = 106+186+171=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAAB is #954554. Grayscale: #A0A0A0. Windows color (decimal): -9782613 or 11254378. OLE color: 11254378.

HSL color Cylindrical-coordinate representation of color #6ABAAB: hue angle of 168.75º degrees, saturation: 0.37, 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 #6ABAAB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB106186171-
CMYK0.4300.080.27
HSL168.75º36.7%57.25%-
HSV(B)168.75º43.01%72.94%-
XYZ30.8541.1244.84-
YUV160.3713489.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.89%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=22.89%
G=40.17%
B=36.93%

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
Decimal1061861710.4300.080.27168.7536.757.25
Hex6ABAAB2B081Ba92539
Octal15227225353010332514571
Binary11010101011101010101011101011010001101110101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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