#63ADA5

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

Shades of Tradewind #63ADA5

Tints of Tradewind #63ADA5

Color information

#63ADA5 (or 0x63ADA5) is unknown color: approx Tradewind. HEX triplet: 63, AD and A5. RGB value is (99,173,165). Sum of RGB (Red+Green+Blue) = 99+173+165=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #63ADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADA5 is #9C525A. Grayscale: #959595. Windows color (decimal): -10244699 or 10857827. OLE color: 10857827.

HSL color Cylindrical-coordinate representation of color #63ADA5: hue angle of 173.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63ADA5 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB99173165-
CMYK0.4300.050.32
HSL173.51º31.09%53.33%-
HSV(B)173.51º42.77%67.84%-
XYZ26.8835.2640.99-
YUV149.96136.4891.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=22.65%
G=39.59%
B=37.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991731650.4300.050.32173.5131.0953.33
Hex63ADA52B0520ae1f35
Octal1432552455305402563765
Binary1100011101011011010010110101101011000001010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,173,165); }

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

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

 a { background-color: rgb(99,173,165); }

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

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

 span { border-color: rgb(99,173,165); }

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