Html Css Color HEX #6DAC9F Tradewind

📋 copy color: '#6DAC9F'

red 109 ◦ green 172 ◦ blue 159

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

Shades of Tradewind #6DAC9F

Tints of Tradewind #6DAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 24.77%
G = 39.09%
B = 36.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#6DAC9F (or 0x6DAC9F) is known color: Tradewind. HEX triplet: 6D, AC and 9F. RGB value is (109,172,159). Sum of RGB (Red+Green+Blue) = 109+172+159=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAC9F is #925360. Grayscale: #979797. Windows color (decimal): -9589601 or 10464365. OLE color: 10464365.

HSL color Cylindrical-coordinate representation of color #6DAC9F: hue angle of 167.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAC9F is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 172 159 -
CMYK 0.37 0 0.08 0.33
HSL 167.62º 0.28% 0.55% -
HSV(B) 167.62º 0.37% 0.67% -
XYZ 27.32 35.26 38.17 -
YUV 151.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 109 172 159 0.37 0 0.08 0.33 167.62 0.28 0.55
Hex 6D AC 9F 25 0 8 21 A8 1C 37
Octal 155 254 237 45 0 10 41 250 34 67
Binary 1101101 10101100 10011111 100101 0 1000 100001 10101000 11100 110111

Color Harmonies of #6DAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAC9F

Black with #6DAC9F

Text Example


Text Example

White with #6DAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,172,159); }

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

background-color css

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

 a { background-color: rgb(109,172,159); }

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

border-color css

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

 span { border-color: rgb(109,172,159); }

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