#68AEAA

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

Shades of Tradewind #68AEAA

Tints of Tradewind #68AEAA

Color information

#68AEAA (or 0x68AEAA) is unknown color: approx Tradewind. HEX triplet: 68, AE and AA. RGB value is (104,174,170). Sum of RGB (Red+Green+Blue) = 104+174+170=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEAA is #975155. Grayscale: #989898. Windows color (decimal): -9916758 or 11185768. OLE color: 11185768.

HSL color Cylindrical-coordinate representation of color #68AEAA: hue angle of 176.57º 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 #68AEAA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB104174170-
CMYK0.4000.020.32
HSL176.57º30.17%54.51%-
HSV(B)176.57º40.23%68.24%-
XYZ28.136.1243.52-
YUV152.61137.8193.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.21%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=23.21%
G=38.84%
B=37.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041741700.4000.020.32176.5730.1754.51
Hex68AEAA280220b11e37
Octal1502562525002402613667
Binary110100010101110101010101010000101000001011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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