#63B3A5

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

Shades of Tradewind #63B3A5

Tints of Tradewind #63B3A5

Color information

#63B3A5 (or 0x63B3A5) is unknown color: approx Tradewind. HEX triplet: 63, B3 and A5. RGB value is (99,179,165). Sum of RGB (Red+Green+Blue) = 99+179+165=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #63B3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B3A5 is #9C4C5A. Grayscale: #999999. Windows color (decimal): -10243163 or 10859363. OLE color: 10859363.

HSL color Cylindrical-coordinate representation of color #63B3A5: hue angle of 169.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B3A5 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB99179165-
CMYK0.4500.080.30
HSL169.5º34.48%54.51%-
HSV(B)169.5º44.69%70.2%-
XYZ28.0637.6141.38-
YUV153.48134.589.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.35%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 165 (64.84% from 255) = 37.25%
R=22.35%
G=40.41%
B=37.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991791650.4500.080.30169.534.4854.51
Hex63B3A52D081Eaa2237
Octal14326324555010362524267
Binary11000111011001110100101101101010001111010101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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