#68ACA3

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

Shades of Tradewind #68ACA3

Tints of Tradewind #68ACA3

Color information

#68ACA3 (or 0x68ACA3) is unknown color: approx Tradewind. HEX triplet: 68, AC and A3. RGB value is (104,172,163). Sum of RGB (Red+Green+Blue) = 104+172+163=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACA3 is #97535C. Grayscale: #969696. Windows color (decimal): -9917277 or 10726504. OLE color: 10726504.

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

Color convert

RGB104172163-
CMYK0.4000.050.33
HSL172.06º29.06%54.12%-
HSV(B)172.06º39.53%67.45%-
XYZ27.0735.0940-
YUV150.64134.9794.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.69%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=23.69%
G=39.18%
B=37.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721630.4000.050.33172.0629.0654.12
Hex68ACA3280521ac1d36
Octal1502542435005412543566
Binary1101000101011001010001110100001011000011010110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,163); }

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

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

 a { background-color: rgb(104,172,163); }

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

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

 span { border-color: rgb(104,172,163); }

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