#63AFAA

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

Shades of Tradewind #63AFAA

Tints of Tradewind #63AFAA

Color information

#63AFAA (or 0x63AFAA) is unknown color: approx Tradewind. HEX triplet: 63, AF and AA. RGB value is (99,175,170). Sum of RGB (Red+Green+Blue) = 99+175+170=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #63AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AFAA is #9C5055. Grayscale: #979797. Windows color (decimal): -10244182 or 11186019. OLE color: 11186019.

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

Color convert

RGB99175170-
CMYK0.4300.030.31
HSL176.05º32.2%53.73%-
HSV(B)176.05º43.43%68.63%-
XYZ27.7336.2143.56-
YUV151.71138.3290.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.30%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=22.30%
G=39.41%
B=38.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751700.4300.030.31176.0532.253.73
Hex63AFAA2B031Fb02036
Octal1432572525303372604066
Binary110001110101111101010101010110111111110110000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,170); }

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

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

 a { background-color: rgb(99,175,170); }

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

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

 span { border-color: rgb(99,175,170); }

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