#63D7C5

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

Shades of Downy #63D7C5

Tints of Downy #63D7C5

Color information

#63D7C5 (or 0x63D7C5) is unknown color: approx Downy. HEX triplet: 63, D7 and C5. RGB value is (99,215,197). Sum of RGB (Red+Green+Blue) = 99+215+197=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #63D7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D7C5 is #9C283A. Grayscale: #B2B2B2. Windows color (decimal): -10233915 or 12965731. OLE color: 12965731.

HSL color Cylindrical-coordinate representation of color #63D7C5: hue angle of 170.69º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D7C5 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB99215197-
CMYK0.5400.080.16
HSL170.69º59.18%61.57%-
HSV(B)170.69º53.95%84.31%-
XYZ39.5255.2861.41-
YUV178.26138.5771.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.37%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=19.37%
G=42.07%
B=38.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992151970.5400.080.16170.6959.1861.57
Hex63D7C5360810ab3b3e
Octal14332730566010202537376
Binary11000111101011111000101110110010001000010101011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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