#63ABA6

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

Shades of Tradewind #63ABA6

Tints of Tradewind #63ABA6

Color information

#63ABA6 (or 0x63ABA6) is unknown color: approx Tradewind. HEX triplet: 63, AB and A6. RGB value is (99,171,166). Sum of RGB (Red+Green+Blue) = 99+171+166=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABA6 is #9C5459. Grayscale: #949494. Windows color (decimal): -10245210 or 10922851. OLE color: 10922851.

HSL color Cylindrical-coordinate representation of color #63ABA6: hue angle of 175.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63ABA6 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB99171166-
CMYK0.4200.030.33
HSL175.83º30%52.94%-
HSV(B)175.83º42.11%67.06%-
XYZ26.5934.5341.34-
YUV148.9137.6592.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.71%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=22.71%
G=39.22%
B=38.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711660.4200.030.33175.833052.94
Hex63ABA62A0321b01e35
Octal1432532465203412603665
Binary110001110101011101001101010100111000011011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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