#63AB9F

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

Shades of Tradewind #63AB9F

Tints of Tradewind #63AB9F

Color information

#63AB9F (or 0x63AB9F) is unknown color: approx Tradewind. HEX triplet: 63, AB and 9F. RGB value is (99,171,159). Sum of RGB (Red+Green+Blue) = 99+171+159=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AB9F is #9C5460. Grayscale: #949494. Windows color (decimal): -10245217 or 10464099. OLE color: 10464099.

HSL color Cylindrical-coordinate representation of color #63AB9F: hue angle of 170º 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 #63AB9F is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB99171159-
CMYK0.4200.070.33
HSL170º30%52.94%-
HSV(B)170º42.11%67.06%-
XYZ25.9734.2838.05-
YUV148.1134.1592.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=23.08%
G=39.86%
B=37.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711590.4200.070.331703052.94
Hex63AB9F2A0721aa1e35
Octal1432532375207412523665
Binary1100011101010111001111110101001111000011010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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