#63D1B9

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

Shades of Downy #63D1B9

Tints of Downy #63D1B9

Color information

#63D1B9 (or 0x63D1B9) is unknown color: approx Downy. HEX triplet: 63, D1 and B9. RGB value is (99,209,185). Sum of RGB (Red+Green+Blue) = 99+209+185=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1B9 is #9C2E46. Grayscale: #ADADAD. Windows color (decimal): -10235463 or 12177763. OLE color: 12177763.

HSL color Cylindrical-coordinate representation of color #63D1B9: hue angle of 166.91º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D1B9 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB99209185-
CMYK0.5300.110.18
HSL166.91º54.46%60.39%-
HSV(B)166.91º52.63%81.96%-
XYZ36.751.7653.95-
YUV173.37134.5674.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.08%
GREEN value IS 209 (82.03% from 255) = 42.39%
BLUE value IS 185 (72.66% from 255) = 37.53%
R=20.08%
G=42.39%
B=37.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992091850.5300.110.18166.9154.4660.39
Hex63D1B9350B12a7363c
Octal14332127165013222476674
Binary11000111101000110111001110101010111001010100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,209,185); }

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

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

 a { background-color: rgb(99,209,185); }

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

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

 span { border-color: rgb(99,209,185); }

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