#6EAFA4

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

Shades of Tradewind #6EAFA4

Tints of Tradewind #6EAFA4

Color information

#6EAFA4 (or 0x6EAFA4) is unknown color: approx Tradewind. HEX triplet: 6E, AF and A4. RGB value is (110,175,164). Sum of RGB (Red+Green+Blue) = 110+175+164=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAFA4 is #91505B. Grayscale: #9A9A9A. Windows color (decimal): -9523292 or 10792814. OLE color: 10792814.

HSL color Cylindrical-coordinate representation of color #6EAFA4: hue angle of 169.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAFA4 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB110175164-
CMYK0.3700.060.31
HSL169.85º28.89%55.88%-
HSV(B)169.85º37.14%68.63%-
XYZ28.4636.6640.7-
YUV154.31133.4796.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.50%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=24.50%
G=38.98%
B=36.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101751640.3700.060.31169.8528.8955.88
Hex6EAFA425061Faa1d38
Octal1562572444506372523570
Binary110111010101111101001001001010110111111010101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,164); }

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

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

 a { background-color: rgb(110,175,164); }

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

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

 span { border-color: rgb(110,175,164); }

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