Html Css Color HEX #6DACAA Tradewind

📋 copy color: '#6DACAA'

red 109 ◦ green 172 ◦ blue 170

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

Shades of Tradewind #6DACAA

Tints of Tradewind #6DACAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.69%

R = 24.17%
G = 38.14%
B = 37.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#6DACAA (or 0x6DACAA) is known color: Tradewind. HEX triplet: 6D, AC and AA. RGB value is (109,172,170). Sum of RGB (Red+Green+Blue) = 109+172+170=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #6DACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DACAA is #925355. Grayscale: #989898. Windows color (decimal): -9589590 or 11185261. OLE color: 11185261.

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

Color convert

RGB 109 172 170 -
CMYK 0.37 0 0.01 0.33
HSL 178.1º 0.28% 0.55% -
HSV(B) 178.1º 0.37% 0.67% -
XYZ 28.31 35.66 43.42 -
YUV 152.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 109 172 170 0.37 0 0.01 0.33 178.1 0.28 0.55
Hex 6D AC AA 25 0 1 21 B2 1C 37
Octal 155 254 252 45 0 1 41 262 34 67
Binary 1101101 10101100 10101010 100101 0 1 100001 10110010 11100 110111

Color Harmonies of #6DACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACAA

Black with #6DACAA

Text Example


Text Example

White with #6DACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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