#65ACA9

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

Shades of Tradewind #65ACA9

Tints of Tradewind #65ACA9

Color information

#65ACA9 (or 0x65ACA9) is unknown color: approx Tradewind. HEX triplet: 65, AC and A9. RGB value is (101,172,169). Sum of RGB (Red+Green+Blue) = 101+172+169=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #65ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ACA9 is #9A5356. Grayscale: #969696. Windows color (decimal): -10113879 or 11119717. OLE color: 11119717.

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

Color convert

RGB101172169-
CMYK0.4100.020.33
HSL177.46º29.96%53.53%-
HSV(B)177.46º41.28%67.45%-
XYZ27.2835.1442.88-
YUV150.43138.4892.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.85%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=22.85%
G=38.91%
B=38.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721690.4100.020.33177.4629.9653.53
Hex65ACA9290221b11e36
Octal1452542515102412613666
Binary110010110101100101010011010010101000011011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65ACA9; }

 p { color: rgb(101,172,169); }

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

<style>
 a { background-color: #65ACA9; }

 a { background-color: rgb(101,172,169); }

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

<style>
 span { border-color: #65ACA9; }

 span { border-color: rgb(101,172,169); }

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