Html Css Color HEX #6DA29A Tradewind

📋 copy color: '#6DA29A'

red 109 ◦ green 162 ◦ blue 154

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

Shades of Tradewind #6DA29A

Tints of Tradewind #6DA29A

RGB

 RED value IS 109 (42.97% from 255) = 25.65%

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

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

R = 25.65%
G = 38.12%
B = 36.24%

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

#6DA29A (or 0x6DA29A) is known color: Tradewind. HEX triplet: 6D, A2 and 9A. RGB value is (109,162,154). Sum of RGB (Red+Green+Blue) = 109+162+154=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA29A is #925D65. Grayscale: #919191. Windows color (decimal): -9592166 or 10134125. OLE color: 10134125.

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

Color convert

RGB 109 162 154 -
CMYK 0.33 0 0.05 0.36
HSL 170.94º 0.22% 0.53% -
HSV(B) 170.94º 0.33% 0.64% -
XYZ 25.06 31.42 35.32 -
YUV 145.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 109 162 154 0.33 0 0.05 0.36 170.94 0.22 0.53
Hex 6D A2 9A 21 0 5 24 AB 16 35
Octal 155 242 232 41 0 5 44 253 26 65
Binary 1101101 10100010 10011010 100001 0 101 100100 10101011 10110 110101

Color Harmonies of #6DA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA29A

Black with #6DA29A

Text Example


Text Example

White with #6DA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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