#68AD9E

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

Shades of Tradewind #68AD9E

Tints of Tradewind #68AD9E

Color information

#68AD9E (or 0x68AD9E) is unknown color: approx Tradewind. HEX triplet: 68, AD and 9E. RGB value is (104,173,158). Sum of RGB (Red+Green+Blue) = 104+173+158=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9E is #975261. Grayscale: #969696. Windows color (decimal): -9917026 or 10399080. OLE color: 10399080.

HSL color Cylindrical-coordinate representation of color #68AD9E: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD9E is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB104173158-
CMYK0.4000.090.32
HSL166.96º29.61%54.31%-
HSV(B)166.96º39.88%67.84%-
XYZ26.8235.337.75-
YUV150.66132.1494.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=23.91%
G=39.77%
B=36.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731580.4000.090.32166.9629.6154.31
Hex68AD9E280920a71e36
Octal15025523650011402473666
Binary11010001010110110011110101000010011000001010011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AD9E; }

 p { color: rgb(104,173,158); }

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

<style>
 a { background-color: #68AD9E; }

 a { background-color: rgb(104,173,158); }

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

<style>
 span { border-color: #68AD9E; }

 span { border-color: rgb(104,173,158); }

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