#63BCB2

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

Shades of Tradewind #63BCB2

Tints of Tradewind #63BCB2

Color information

#63BCB2 (or 0x63BCB2) is unknown color: approx Tradewind. HEX triplet: 63, BC and B2. RGB value is (99,188,178). Sum of RGB (Red+Green+Blue) = 99+188+178=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCB2 is #9C434D. Grayscale: #A0A0A0. Windows color (decimal): -10240846 or 11713635. OLE color: 11713635.

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

Color convert

RGB99188178-
CMYK0.4700.050.26
HSL173.26º39.91%56.27%-
HSV(B)173.26º47.34%73.73%-
XYZ31.1641.8348.55-
YUV160.25138.0184.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.29%
GREEN value IS 188 (73.83% from 255) = 40.43%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=21.29%
G=40.43%
B=38.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991881780.4700.050.26173.2639.9156.27
Hex63BCB22F051Aad2838
Octal1432742625705322555070
Binary1100011101111001011001010111101011101010101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,188,178); }

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

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

 a { background-color: rgb(99,188,178); }

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

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

 span { border-color: rgb(99,188,178); }

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