#6DADAB

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

Shades of Tradewind #6DADAB

Tints of Tradewind #6DADAB

Color information

#6DADAB (or 0x6DADAB) is unknown color: approx Tradewind. HEX triplet: 6D, AD and AB. RGB value is (109,173,171). Sum of RGB (Red+Green+Blue) = 109+173+171=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #6DADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DADAB is #925254. Grayscale: #999999. Windows color (decimal): -9589333 or 11251053. OLE color: 11251053.

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

Color convert

RGB109173171-
CMYK0.3700.010.32
HSL178.12º28.07%55.29%-
HSV(B)178.12º36.99%67.84%-
XYZ28.636.0843.98-
YUV153.64137.896.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.06%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=24.06%
G=38.19%
B=37.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731710.3700.010.32178.1228.0755.29
Hex6DADAB250120b21c37
Octal1552552534501402623467
Binary11011011010110110101011100101011000001011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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