Html Css Color HEX #6EA49C Tradewind

📋 copy color: '#6EA49C'

red 110 ◦ green 164 ◦ blue 156

#6EA49C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #6EA49C

Tints of Tradewind #6EA49C

RGB

 RED value IS 110 (43.36% from 255) = 25.58%

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 25.58%
G = 38.14%
B = 36.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#6EA49C (or 0x6EA49C) is known color: Tradewind. HEX triplet: 6E, A4 and 9C. RGB value is (110,164,156). Sum of RGB (Red+Green+Blue) = 110+164+156=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA49C is #915B63. Grayscale: #929292. Windows color (decimal): -9526116 or 10265710. OLE color: 10265710.

HSL color Cylindrical-coordinate representation of color #6EA49C: hue angle of 171.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA49C is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 164 156 -
CMYK 0.33 0 0.05 0.36
HSL 171.11º 0.23% 0.54% -
HSV(B) 171.11º 0.33% 0.64% -
XYZ 25.71 32.27 36.33 -
YUV 146.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 110 164 156 0.33 0 0.05 0.36 171.11 0.23 0.54
Hex 6E A4 9C 21 0 5 24 AB 17 36
Octal 156 244 234 41 0 5 44 253 27 66
Binary 1101110 10100100 10011100 100001 0 101 100100 10101011 10111 110110

Color Harmonies of #6EA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA49C

Black with #6EA49C

Text Example


Text Example

White with #6EA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EA49C;
 }
 .AnyTagClassName
 {
   color: #6EA49C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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