#68AEA8

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

Shades of Tradewind #68AEA8

Tints of Tradewind #68AEA8

Color information

#68AEA8 (or 0x68AEA8) is unknown color: approx Tradewind. HEX triplet: 68, AE and A8. RGB value is (104,174,168). Sum of RGB (Red+Green+Blue) = 104+174+168=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEA8 is #975157. Grayscale: #989898. Windows color (decimal): -9916760 or 11054696. OLE color: 11054696.

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

Color convert

RGB104174168-
CMYK0.4000.030.32
HSL174.86º30.17%54.51%-
HSV(B)174.86º40.23%68.24%-
XYZ27.9136.0442.53-
YUV152.39136.8193.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.32%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=23.32%
G=39.01%
B=37.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741680.4000.030.32174.8630.1754.51
Hex68AEA8280320af1e37
Octal1502562505003402573667
Binary110100010101110101010001010000111000001010111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,168); }

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

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

 a { background-color: rgb(104,174,168); }

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

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

 span { border-color: rgb(104,174,168); }

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