#63B6AF

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

Shades of Tradewind #63B6AF

Tints of Tradewind #63B6AF

Color information

#63B6AF (or 0x63B6AF) is unknown color: approx Tradewind. HEX triplet: 63, B6 and AF. RGB value is (99,182,175). Sum of RGB (Red+Green+Blue) = 99+182+175=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #63B6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B6AF is #9C4950. Grayscale: #9C9C9C. Windows color (decimal): -10242385 or 11515491. OLE color: 11515491.

HSL color Cylindrical-coordinate representation of color #63B6AF: hue angle of 174.94º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B6AF is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB99182175-
CMYK0.4600.040.29
HSL174.94º36.24%55.1%-
HSV(B)174.94º45.6%71.37%-
XYZ29.6139.246.56-
YUV156.38138.587.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.71%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=21.71%
G=39.91%
B=38.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991821750.4600.040.29174.9436.2455.1
Hex63B6AF2E041Daf2437
Octal1432662575604352574467
Binary1100011101101101010111110111001001110110101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,182,175); }

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

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

 a { background-color: rgb(99,182,175); }

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

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

 span { border-color: rgb(99,182,175); }

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