Html Css Color HEX #6DADAA Tradewind

📋 copy color: '#6DADAA'

red 109 ◦ green 173 ◦ blue 170

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

Shades of Tradewind #6DADAA

Tints of Tradewind #6DADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

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

R = 24.12%
G = 38.27%
B = 37.61%

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

#6DADAA (or 0x6DADAA) is known color: Tradewind. HEX triplet: 6D, AD and AA. RGB value is (109,173,170). Sum of RGB (Red+Green+Blue) = 109+173+170=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #6DADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADAA is #925255. Grayscale: #999999. Windows color (decimal): -9589334 or 11185517. OLE color: 11185517.

HSL color Cylindrical-coordinate representation of color #6DADAA: hue angle of 177.19º degrees, saturation: 0.28, 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 #6DADAA is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 173 170 -
CMYK 0.37 0 0.02 0.32
HSL 177.19º 0.28% 0.55% -
HSV(B) 177.19º 0.37% 0.68% -
XYZ 28.51 36.04 43.48 -
YUV 153.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 109 173 170 0.37 0 0.02 0.32 177.19 0.28 0.55
Hex 6D AD AA 25 0 2 20 B1 1C 37
Octal 155 255 252 45 0 2 40 261 34 67
Binary 1101101 10101101 10101010 100101 0 10 100000 10110001 11100 110111

Color Harmonies of #6DADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADAA

Black with #6DADAA

Text Example


Text Example

White with #6DADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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