#63ACA4

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

Shades of Tradewind #63ACA4

Tints of Tradewind #63ACA4

Color information

#63ACA4 (or 0x63ACA4) is unknown color: approx Tradewind. HEX triplet: 63, AC and A4. RGB value is (99,172,164). Sum of RGB (Red+Green+Blue) = 99+172+164=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #63ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ACA4 is #9C535B. Grayscale: #959595. Windows color (decimal): -10244956 or 10792035. OLE color: 10792035.

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

Color convert

RGB99172164-
CMYK0.4200.050.33
HSL173.42º30.54%53.14%-
HSV(B)173.42º42.44%67.45%-
XYZ26.634.8440.44-
YUV149.26136.3292.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=22.76%
G=39.54%
B=37.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991721640.4200.050.33173.4230.5453.14
Hex63ACA42A0521ad1f35
Octal1432542445205412553765
Binary1100011101011001010010010101001011000011010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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