#68ABA7

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

Shades of Tradewind #68ABA7

Tints of Tradewind #68ABA7

Color information

#68ABA7 (or 0x68ABA7) is unknown color: approx Tradewind. HEX triplet: 68, AB and A7. RGB value is (104,171,167). Sum of RGB (Red+Green+Blue) = 104+171+167=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #68ABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ABA7 is #975458. Grayscale: #969696. Windows color (decimal): -9917529 or 10988392. OLE color: 10988392.

HSL color Cylindrical-coordinate representation of color #68ABA7: hue angle of 176.42º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68ABA7 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB104171167-
CMYK0.3900.020.33
HSL176.42º28.51%53.92%-
HSV(B)176.42º39.18%67.06%-
XYZ27.2534.8641.85-
YUV150.51137.394.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=23.53%
G=38.69%
B=37.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711670.3900.020.33176.4228.5153.92
Hex68ABA7270221b01d36
Octal1502532474702412603566
Binary110100010101011101001111001110101000011011000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,167); }

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

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

 a { background-color: rgb(104,171,167); }

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

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

 span { border-color: rgb(104,171,167); }

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