#63EDBF

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

Shades of Downy #63EDBF

Tints of Downy #63EDBF

Color information

#63EDBF (or 0x63EDBF) is unknown color: approx Downy. HEX triplet: 63, ED and BF. RGB value is (99,237,191). Sum of RGB (Red+Green+Blue) = 99+237+191=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDBF is #9C1240. Grayscale: #BEBEBE. Windows color (decimal): -10228289 or 12578147. OLE color: 12578147.

HSL color Cylindrical-coordinate representation of color #63EDBF: hue angle of 160º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EDBF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB99237191-
CMYK0.5800.190.07
HSL160º79.31%65.88%-
HSV(B)160º58.23%92.94%-
XYZ44.8366.9859.86-
YUV190.49128.2862.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.79%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 191 (75% from 255) = 36.24%
R=18.79%
G=44.97%
B=36.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992371910.5800.190.0716079.3165.88
Hex63EDBF3A0137a04f42
Octal143355277720237240117102
Binary110001111101101101111111110100100111111010000010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,237,191); }

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

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

 a { background-color: rgb(99,237,191); }

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

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

 span { border-color: rgb(99,237,191); }

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