#6DB4AB

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

Shades of Tradewind #6DB4AB

Tints of Tradewind #6DB4AB

Color information

#6DB4AB (or 0x6DB4AB) is unknown color: approx Tradewind. HEX triplet: 6D, B4 and AB. RGB value is (109,180,171). Sum of RGB (Red+Green+Blue) = 109+180+171=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB4AB is #924B54. Grayscale: #9D9D9D. Windows color (decimal): -9587541 or 11252845. OLE color: 11252845.

HSL color Cylindrical-coordinate representation of color #6DB4AB: hue angle of 172.39º 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 #6DB4AB is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB109180171-
CMYK0.3900.050.29
HSL172.39º32.13%56.67%-
HSV(B)172.39º39.44%70.59%-
XYZ29.9838.8344.44-
YUV157.74135.4893.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.70%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=23.70%
G=39.13%
B=37.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091801710.3900.050.29172.3932.1356.67
Hex6DB4AB27051Dac2039
Octal1552642534705352544071
Binary1101101101101001010101110011101011110110101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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