Html Css Color HEX #6EA29A Tradewind

📋 copy color: '#6EA29A'

red 110 ◦ green 162 ◦ blue 154

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

Shades of Tradewind #6EA29A

Tints of Tradewind #6EA29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 25.82%
G = 38.03%
B = 36.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#6EA29A (or 0x6EA29A) is known color: Tradewind. HEX triplet: 6E, A2 and 9A. RGB value is (110,162,154). Sum of RGB (Red+Green+Blue) = 110+162+154=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA29A is #915D65. Grayscale: #919191. Windows color (decimal): -9526630 or 10134126. OLE color: 10134126.

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

Color convert

RGB 110 162 154 -
CMYK 0.32 0 0.05 0.36
HSL 170.77º 0.22% 0.53% -
HSV(B) 170.77º 0.32% 0.64% -
XYZ 25.18 31.49 35.32 -
YUV 145.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 110 162 154 0.32 0 0.05 0.36 170.77 0.22 0.53
Hex 6E A2 9A 20 0 5 24 AB 16 35
Octal 156 242 232 40 0 5 44 253 26 65
Binary 1101110 10100010 10011010 100000 0 101 100100 10101011 10110 110101

Color Harmonies of #6EA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA29A

Black with #6EA29A

Text Example


Text Example

White with #6EA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,162,154); }

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

background-color css

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

 a { background-color: rgb(110,162,154); }

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

border-color css

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

 span { border-color: rgb(110,162,154); }

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