#6CADAC

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

Shades of Tradewind #6CADAC

Tints of Tradewind #6CADAC

Color information

#6CADAC (or 0x6CADAC) is unknown color: approx Tradewind. HEX triplet: 6C, AD and AC. RGB value is (108,173,172). Sum of RGB (Red+Green+Blue) = 108+173+172=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #6CADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADAC is #935253. Grayscale: #999999. Windows color (decimal): -9654868 or 11316588. OLE color: 11316588.

HSL color Cylindrical-coordinate representation of color #6CADAC: hue angle of 179.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CADAC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB108173172-
CMYK0.3800.010.32
HSL179.08º28.38%55.1%-
HSV(B)179.08º37.57%67.84%-
XYZ28.5736.0544.48-
YUV153.45138.4795.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=23.84%
G=38.19%
B=37.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081731720.3800.010.32179.0828.3855.1
Hex6CADAC260120b31c37
Octal1542552544601402633467
Binary11011001010110110101100100110011000001011001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,172); }

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

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

 a { background-color: rgb(108,173,172); }

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

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

 span { border-color: rgb(108,173,172); }

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