Html Css Color HEX #6DAEAA Tradewind

📋 copy color: '#6DAEAA'

red 109 ◦ green 174 ◦ blue 170

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

Shades of Tradewind #6DAEAA

Tints of Tradewind #6DAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

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

R = 24.06%
G = 38.41%
B = 37.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#6DAEAA (or 0x6DAEAA) is known color: Tradewind. HEX triplet: 6D, AE and AA. RGB value is (109,174,170). Sum of RGB (Red+Green+Blue) = 109+174+170=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAEAA is #925155. Grayscale: #9A9A9A. Windows color (decimal): -9589078 or 11185773. OLE color: 11185773.

HSL color Cylindrical-coordinate representation of color #6DAEAA: hue angle of 176.31º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAEAA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 174 170 -
CMYK 0.37 0 0.02 0.32
HSL 176.31º 0.29% 0.55% -
HSV(B) 176.31º 0.37% 0.68% -
XYZ 28.7 36.43 43.55 -
YUV 154.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 109 174 170 0.37 0 0.02 0.32 176.31 0.29 0.55
Hex 6D AE AA 25 0 2 20 B0 1D 37
Octal 155 256 252 45 0 2 40 260 35 67
Binary 1101101 10101110 10101010 100101 0 10 100000 10110000 11101 110111

Color Harmonies of #6DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAEAA

Black with #6DAEAA

Text Example


Text Example

White with #6DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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