#63B8AB

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

Shades of Tradewind #63B8AB

Tints of Tradewind #63B8AB

Color information

#63B8AB (or 0x63B8AB) is unknown color: approx Tradewind. HEX triplet: 63, B8 and AB. RGB value is (99,184,171). Sum of RGB (Red+Green+Blue) = 99+184+171=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #63B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B8AB is #9C4754. Grayscale: #9D9D9D. Windows color (decimal): -10241877 or 11253859. OLE color: 11253859.

HSL color Cylindrical-coordinate representation of color #63B8AB: hue angle of 170.82º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B8AB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB99184171-
CMYK0.4600.070.28
HSL170.82º37.44%55.49%-
HSV(B)170.82º46.2%72.16%-
XYZ29.6439.8744.66-
YUV157.1135.8486.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.81%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=21.81%
G=40.53%
B=37.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991841710.4600.070.28170.8237.4455.49
Hex63B8AB2E071Cab2537
Octal1432702535607342534567
Binary1100011101110001010101110111001111110010101011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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