#63CAC0

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

Shades of Downy #63CAC0

Tints of Downy #63CAC0

Color information

#63CAC0 (or 0x63CAC0) is unknown color: approx Downy. HEX triplet: 63, CA and C0. RGB value is (99,202,192). Sum of RGB (Red+Green+Blue) = 99+202+192=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #63CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAC0 is #9C353F. Grayscale: #AAAAAA. Windows color (decimal): -10237248 or 12634723. OLE color: 12634723.

HSL color Cylindrical-coordinate representation of color #63CAC0: hue angle of 174.17º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CAC0 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB99202192-
CMYK0.5100.050.21
HSL174.17º49.28%59.02%-
HSV(B)174.17º50.99%79.22%-
XYZ35.7848.757.38-
YUV170.06140.3877.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.08%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=20.08%
G=40.97%
B=38.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal992021920.5100.050.21174.1749.2859.02
Hex63CAC0330515ae313b
Octal1433123006305252566173
Binary1100011110010101100000011001101011010110101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,202,192); }

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

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

 a { background-color: rgb(99,202,192); }

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

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

 span { border-color: rgb(99,202,192); }

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