#63ACA7

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

Shades of Tradewind #63ACA7

Tints of Tradewind #63ACA7

Color information

#63ACA7 (or 0x63ACA7) is unknown color: approx Tradewind. HEX triplet: 63, AC and A7. RGB value is (99,172,167). Sum of RGB (Red+Green+Blue) = 99+172+167=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #63ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ACA7 is #9C5358. Grayscale: #959595. Windows color (decimal): -10244953 or 10988643. OLE color: 10988643.

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

Color convert

RGB99172167-
CMYK0.4200.030.33
HSL175.89º30.54%53.14%-
HSV(B)175.89º42.44%67.45%-
XYZ26.8734.9541.89-
YUV149.6137.8291.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=22.60%
G=39.27%
B=38.13%

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
Decimal991721670.4200.030.33175.8930.5453.14
Hex63ACA72A0321b01f35
Octal1432542475203412603765
Binary110001110101100101001111010100111000011011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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