#6EB4AB

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

Shades of Tradewind #6EB4AB

Tints of Tradewind #6EB4AB

Color information

#6EB4AB (or 0x6EB4AB) is unknown color: approx Tradewind. HEX triplet: 6E, B4 and AB. RGB value is (110,180,171). Sum of RGB (Red+Green+Blue) = 110+180+171=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB4AB is #914B54. Grayscale: #9E9E9E. Windows color (decimal): -9522005 or 11252846. OLE color: 11252846.

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

Color convert

RGB110180171-
CMYK0.3900.050.29
HSL172.29º31.82%56.86%-
HSV(B)172.29º38.89%70.59%-
XYZ30.138.944.45-
YUV158.04135.3193.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=23.86%
G=39.05%
B=37.09%

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
Decimal1101801710.3900.050.29172.2931.8256.86
Hex6EB4AB27051Dac2039
Octal1562642534705352544071
Binary1101110101101001010101110011101011110110101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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