#63D6C3

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

Shades of Downy #63D6C3

Tints of Downy #63D6C3

Color information

#63D6C3 (or 0x63D6C3) is unknown color: approx Downy. HEX triplet: 63, D6 and C3. RGB value is (99,214,195). Sum of RGB (Red+Green+Blue) = 99+214+195=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6C3 is #9C293C. Grayscale: #B1B1B1. Windows color (decimal): -10234173 or 12834403. OLE color: 12834403.

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

Color convert

RGB99214195-
CMYK0.5400.090.16
HSL170.09º58.38%61.37%-
HSV(B)170.09º53.74%83.92%-
XYZ39.0454.6960.13-
YUV177.45137.972.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.49%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=19.49%
G=42.13%
B=38.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992141950.5400.090.16170.0958.3861.37
Hex63D6C3360910aa3a3d
Octal14332630366011202527275
Binary11000111101011011000011110110010011000010101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,214,195); }

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

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

 a { background-color: rgb(99,214,195); }

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

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

 span { border-color: rgb(99,214,195); }

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