#63A79F

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

Shades of Tradewind #63A79F

Tints of Tradewind #63A79F

Color information

#63A79F (or 0x63A79F) is unknown color: approx Tradewind. HEX triplet: 63, A7 and 9F. RGB value is (99,167,159). Sum of RGB (Red+Green+Blue) = 99+167+159=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #63A79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A79F is #9C5860. Grayscale: #919191. Windows color (decimal): -10246241 or 10463075. OLE color: 10463075.

HSL color Cylindrical-coordinate representation of color #63A79F: hue angle of 172.94º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A79F is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB99167159-
CMYK0.4100.050.35
HSL172.94º27.87%52.16%-
HSV(B)172.94º40.72%65.49%-
XYZ25.2232.7937.8-
YUV145.76135.4794.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.29%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=23.29%
G=39.29%
B=37.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991671590.4100.050.35172.9427.8752.16
Hex63A79F290523ad1c34
Octal1432472375105432553464
Binary1100011101001111001111110100101011000111010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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