#63ACA9

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

Shades of Tradewind #63ACA9

Tints of Tradewind #63ACA9

Color information

#63ACA9 (or 0x63ACA9) is unknown color: approx Tradewind. HEX triplet: 63, AC and A9. RGB value is (99,172,169). Sum of RGB (Red+Green+Blue) = 99+172+169=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #63ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ACA9 is #9C5356. Grayscale: #959595. Windows color (decimal): -10244951 or 11119715. OLE color: 11119715.

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

Color convert

RGB99172169-
CMYK0.4200.020.33
HSL177.53º30.54%53.14%-
HSV(B)177.53º42.44%67.45%-
XYZ27.0635.0242.87-
YUV149.83138.8291.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.5%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 169 (66.41% from 255) = 38.41%
R=22.5%
G=39.09%
B=38.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991721690.4200.020.33177.5330.5453.14
Hex63ACA92A0221b21f35
Octal1432542515202412623765
Binary110001110101100101010011010100101000011011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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