#6DB4AC

Color #6DB4AC Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #6DB4AC

Tints of Tradewind #6DB4AC

Color information

#6DB4AC (or 0x6DB4AC) is unknown color: approx Tradewind. HEX triplet: 6D, B4 and AC. RGB value is (109,180,172). Sum of RGB (Red+Green+Blue) = 109+180+172=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4AC is #924B53. Grayscale: #9D9D9D. Windows color (decimal): -9587540 or 11318381. OLE color: 11318381.

HSL color Cylindrical-coordinate representation of color #6DB4AC: hue angle of 173.24º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB4AC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB109180172-
CMYK0.3900.040.29
HSL173.24º32.13%56.67%-
HSV(B)173.24º39.44%70.59%-
XYZ30.0738.8744.95-
YUV157.86135.9893.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.64%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=23.64%
G=39.05%
B=37.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091801720.3900.040.29173.2432.1356.67
Hex6DB4AC27041Dad2039
Octal1552642544704352554071
Binary1101101101101001010110010011101001110110101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DB4AC;
 }
 .AnyTagClassName
 {
   color: #6DB4AC;
 }
</style>
background-color css

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

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

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

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

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

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