#63ABA8

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

Shades of Tradewind #63ABA8

Tints of Tradewind #63ABA8

Color information

#63ABA8 (or 0x63ABA8) is unknown color: approx Tradewind. HEX triplet: 63, AB and A8. RGB value is (99,171,168). Sum of RGB (Red+Green+Blue) = 99+171+168=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABA8 is #9C5457. Grayscale: #959595. Windows color (decimal): -10245208 or 11053923. OLE color: 11053923.

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

Color convert

RGB99171168-
CMYK0.4200.020.33
HSL177.5º30%52.94%-
HSV(B)177.5º42.11%67.06%-
XYZ26.7834.6142.31-
YUV149.13138.6592.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.60%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=22.60%
G=39.04%
B=38.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991711680.4200.020.33177.53052.94
Hex63ABA82A0221b21e35
Octal1432532505202412623665
Binary110001110101011101010001010100101000011011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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