#63D8C5

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

Shades of Downy #63D8C5

Tints of Downy #63D8C5

Color information

#63D8C5 (or 0x63D8C5) is unknown color: approx Downy. HEX triplet: 63, D8 and C5. RGB value is (99,216,197). Sum of RGB (Red+Green+Blue) = 99+216+197=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #63D8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8C5 is #9C273A. Grayscale: #B2B2B2. Windows color (decimal): -10233659 or 12965987. OLE color: 12965987.

HSL color Cylindrical-coordinate representation of color #63D8C5: hue angle of 170.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D8C5 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB99216197-
CMYK0.5400.090.15
HSL170.26º60%61.76%-
HSV(B)170.26º54.17%84.71%-
XYZ39.7855.861.5-
YUV178.85138.2471.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.34%
GREEN value IS 216 (84.77% from 255) = 42.19%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=19.34%
G=42.19%
B=38.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992161970.5400.090.15170.266061.76
Hex63D8C53609Faa3c3e
Octal14333030566011172527476
Binary1100011110110001100010111011001001111110101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,216,197); }

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

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

 a { background-color: rgb(99,216,197); }

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

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

 span { border-color: rgb(99,216,197); }

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