#6EB4AA

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

Shades of Tradewind #6EB4AA

Tints of Tradewind #6EB4AA

Color information

#6EB4AA (or 0x6EB4AA) is unknown color: approx Tradewind. HEX triplet: 6E, B4 and AA. RGB value is (110,180,170). Sum of RGB (Red+Green+Blue) = 110+180+170=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB4AA is #914B55. Grayscale: #9D9D9D. Windows color (decimal): -9522006 or 11187310. OLE color: 11187310.

HSL color Cylindrical-coordinate representation of color #6EB4AA: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB4AA is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB110180170-
CMYK0.3900.060.29
HSL171.43º31.82%56.86%-
HSV(B)171.43º38.89%70.59%-
XYZ30.0138.8643.95-
YUV157.93134.8193.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.91%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=23.91%
G=39.13%
B=36.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801700.3900.060.29171.4331.8256.86
Hex6EB4AA27061Dab2039
Octal1562642524706352534071
Binary1101110101101001010101010011101101110110101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,180,170); }

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

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

 a { background-color: rgb(110,180,170); }

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

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

 span { border-color: rgb(110,180,170); }

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