#63ABA4

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

Shades of Tradewind #63ABA4

Tints of Tradewind #63ABA4

Color information

#63ABA4 (or 0x63ABA4) is unknown color: approx Tradewind. HEX triplet: 63, AB and A4. RGB value is (99,171,164). Sum of RGB (Red+Green+Blue) = 99+171+164=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABA4 is #9C545B. Grayscale: #949494. Windows color (decimal): -10245212 or 10791779. OLE color: 10791779.

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

Color convert

RGB99171164-
CMYK0.4200.040.33
HSL174.17º30%52.94%-
HSV(B)174.17º42.11%67.06%-
XYZ26.4134.4640.38-
YUV148.67136.6592.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.81%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=22.81%
G=39.40%
B=37.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711640.4200.040.33174.173052.94
Hex63ABA42A0421ae1e35
Octal1432532445204412563665
Binary1100011101010111010010010101001001000011010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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