#63D5B9

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

Shades of Downy #63D5B9

Tints of Downy #63D5B9

Color information

#63D5B9 (or 0x63D5B9) is unknown color: approx Downy. HEX triplet: 63, D5 and B9. RGB value is (99,213,185). Sum of RGB (Red+Green+Blue) = 99+213+185=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #63D5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D5B9 is #9C2A46. Grayscale: #AFAFAF. Windows color (decimal): -10234439 or 12178787. OLE color: 12178787.

HSL color Cylindrical-coordinate representation of color #63D5B9: hue angle of 165.26º 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 #63D5B9 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB99213185-
CMYK0.5400.130.16
HSL165.26º57.58%61.18%-
HSV(B)165.26º53.52%83.53%-
XYZ37.753.7454.29-
YUV175.72133.2373.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.92%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=19.92%
G=42.86%
B=37.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992131850.5400.130.16165.2657.5861.18
Hex63D5B9360D10a53a3d
Octal14332527166015202457275
Binary11000111101010110111001110110011011000010100101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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