Html Css Color HEX #6DA29E Tradewind

📋 copy color: '#6DA29E'

red 109 ◦ green 162 ◦ blue 158

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

Shades of Tradewind #6DA29E

Tints of Tradewind #6DA29E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 25.41%
G = 37.76%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#6DA29E (or 0x6DA29E) is known color: Tradewind. HEX triplet: 6D, A2 and 9E. RGB value is (109,162,158). Sum of RGB (Red+Green+Blue) = 109+162+158=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA29E is #925D61. Grayscale: #919191. Windows color (decimal): -9592162 or 10396269. OLE color: 10396269.

HSL color Cylindrical-coordinate representation of color #6DA29E: hue angle of 175.47º 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 #6DA29E is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 162 158 -
CMYK 0.33 0 0.02 0.36
HSL 175.47º 0.22% 0.53% -
HSV(B) 175.47º 0.33% 0.64% -
XYZ 25.4 31.56 37.1 -
YUV 145.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 109 162 158 0.33 0 0.02 0.36 175.47 0.22 0.53
Hex 6D A2 9E 21 0 2 24 AF 16 35
Octal 155 242 236 41 0 2 44 257 26 65
Binary 1101101 10100010 10011110 100001 0 10 100100 10101111 10110 110101

Color Harmonies of #6DA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA29E

Black with #6DA29E

Text Example


Text Example

White with #6DA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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