#6ABAAE

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

Shades of Tradewind #6ABAAE

Tints of Tradewind #6ABAAE

Color information

#6ABAAE (or 0x6ABAAE) is unknown color: approx Tradewind. HEX triplet: 6A, BA and AE. RGB value is (106,186,174). Sum of RGB (Red+Green+Blue) = 106+186+174=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABAAE is #954551. Grayscale: #A0A0A0. Windows color (decimal): -9782610 or 11450986. OLE color: 11450986.

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

Color convert

RGB106186174-
CMYK0.4300.060.27
HSL171º36.7%57.25%-
HSV(B)171º43.01%72.94%-
XYZ31.1441.2446.36-
YUV160.71135.588.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.75%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=22.75%
G=39.91%
B=37.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061861740.4300.060.2717136.757.25
Hex6ABAAE2B061Bab2539
Octal1522722565306332534571
Binary1101010101110101010111010101101101101110101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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