#6EB5AC

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

Shades of Tradewind #6EB5AC

Tints of Tradewind #6EB5AC

Color information

#6EB5AC (or 0x6EB5AC) is unknown color: approx Tradewind. HEX triplet: 6E, B5 and AC. RGB value is (110,181,172). Sum of RGB (Red+Green+Blue) = 110+181+172=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB5AC is #914A53. Grayscale: #9E9E9E. Windows color (decimal): -9521748 or 11318638. OLE color: 11318638.

HSL color Cylindrical-coordinate representation of color #6EB5AC: hue angle of 172.39º 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 #6EB5AC is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB110181172-
CMYK0.3900.050.29
HSL172.39º32.42%57.06%-
HSV(B)172.39º39.23%70.98%-
XYZ30.439.3445.02-
YUV158.74135.4893.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.76%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=23.76%
G=39.09%
B=37.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101811720.3900.050.29172.3932.4257.06
Hex6EB5AC27051Dac2039
Octal1562652544705352544071
Binary1101110101101011010110010011101011110110101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,181,172); }

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

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

 a { background-color: rgb(110,181,172); }

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

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

 span { border-color: rgb(110,181,172); }

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