#63BAB0

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

Shades of Tradewind #63BAB0

Tints of Tradewind #63BAB0

Color information

#63BAB0 (or 0x63BAB0) is unknown color: approx Tradewind. HEX triplet: 63, BA and B0. RGB value is (99,186,176). Sum of RGB (Red+Green+Blue) = 99+186+176=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAB0 is #9C454F. Grayscale: #9E9E9E. Windows color (decimal): -10241360 or 11582051. OLE color: 11582051.

HSL color Cylindrical-coordinate representation of color #63BAB0: hue angle of 173.1º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BAB0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB99186176-
CMYK0.4700.050.27
HSL173.1º38.67%55.88%-
HSV(B)173.1º46.77%72.94%-
XYZ30.5440.9147.36-
YUV158.85137.6885.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=21.48%
G=40.35%
B=38.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861760.4700.050.27173.138.6755.88
Hex63BAB02F051Bad2738
Octal1432722605705332554770
Binary1100011101110101011000010111101011101110101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,176); }

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

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

 a { background-color: rgb(99,186,176); }

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

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

 span { border-color: rgb(99,186,176); }

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