#63ACA6

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

Shades of Tradewind #63ACA6

Tints of Tradewind #63ACA6

Color information

#63ACA6 (or 0x63ACA6) is unknown color: approx Tradewind. HEX triplet: 63, AC and A6. RGB value is (99,172,166). Sum of RGB (Red+Green+Blue) = 99+172+166=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #63ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ACA6 is #9C5359. Grayscale: #959595. Windows color (decimal): -10244954 or 10923107. OLE color: 10923107.

HSL color Cylindrical-coordinate representation of color #63ACA6: hue angle of 175.07º 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 #63ACA6 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB99172166-
CMYK0.4200.030.33
HSL175.07º30.54%53.14%-
HSV(B)175.07º42.44%67.45%-
XYZ26.7834.9141.4-
YUV149.49137.3291.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=22.65%
G=39.36%
B=37.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991721660.4200.030.33175.0730.5453.14
Hex63ACA62A0321af1f35
Octal1432542465203412573765
Binary110001110101100101001101010100111000011010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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