#68ABA8

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

Shades of Tradewind #68ABA8

Tints of Tradewind #68ABA8

Color information

#68ABA8 (or 0x68ABA8) is unknown color: approx Tradewind. HEX triplet: 68, AB and A8. RGB value is (104,171,168). Sum of RGB (Red+Green+Blue) = 104+171+168=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #68ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ABA8 is #975457. Grayscale: #969696. Windows color (decimal): -9917528 or 11053928. OLE color: 11053928.

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

Color convert

RGB104171168-
CMYK0.3900.020.33
HSL177.31º28.51%53.92%-
HSV(B)177.31º39.18%67.06%-
XYZ27.3434.942.34-
YUV150.62137.894.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=23.48%
G=38.60%
B=37.92%

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
Decimal1041711680.3900.020.33177.3128.5153.92
Hex68ABA8270221b11d36
Octal1502532504702412613566
Binary110100010101011101010001001110101000011011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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