#63AFAB

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

Shades of Tradewind #63AFAB

Tints of Tradewind #63AFAB

Color information

#63AFAB (or 0x63AFAB) is unknown color: approx Tradewind. HEX triplet: 63, AF and AB. RGB value is (99,175,171). Sum of RGB (Red+Green+Blue) = 99+175+171=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #63AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AFAB is #9C5054. Grayscale: #979797. Windows color (decimal): -10244181 or 11251555. OLE color: 11251555.

HSL color Cylindrical-coordinate representation of color #63AFAB: hue angle of 176.84º 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 #63AFAB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB99175171-
CMYK0.4300.020.31
HSL176.84º32.2%53.73%-
HSV(B)176.84º43.43%68.63%-
XYZ27.8336.2544.06-
YUV151.82138.8290.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.25%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=22.25%
G=39.33%
B=38.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991751710.4300.020.31176.8432.253.73
Hex63AFAB2B021Fb12036
Octal1432572535302372614066
Binary110001110101111101010111010110101111110110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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