Html Css Color HEX #6DB6AC Tradewind

📋 copy color: '#6DB6AC'

red 109 ◦ green 182 ◦ blue 172

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

Shades of Tradewind #6DB6AC

Tints of Tradewind #6DB6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.31%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 23.54%
G = 39.31%
B = 37.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#6DB6AC (or 0x6DB6AC) is known color: Tradewind. HEX triplet: 6D, B6 and AC. RGB value is (109,182,172). Sum of RGB (Red+Green+Blue) = 109+182+172=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB6AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB6AC is #924953. Grayscale: #9F9F9F. Windows color (decimal): -9587028 or 11318893. OLE color: 11318893.

HSL color Cylindrical-coordinate representation of color #6DB6AC: hue angle of 171.78º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB6AC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 172 -
CMYK 0.40 0 0.05 0.29
HSL 171.78º 0.33% 0.57% -
HSV(B) 171.78º 0.4% 0.71% -
XYZ 30.48 39.69 45.08 -
YUV 159.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 109 182 172 0.40 0 0.05 0.29 171.78 0.33 0.57
Hex 6D B6 AC 28 0 5 1D AC 21 39
Octal 155 266 254 50 0 5 35 254 41 71
Binary 1101101 10110110 10101100 101000 0 101 11101 10101100 100001 111001

Color Harmonies of #6DB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB6AC

Black with #6DB6AC

Text Example


Text Example

White with #6DB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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