#63EDBC

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

Shades of Downy #63EDBC

Tints of Downy #63EDBC

Color information

#63EDBC (or 0x63EDBC) is unknown color: approx Downy. HEX triplet: 63, ED and BC. RGB value is (99,237,188). Sum of RGB (Red+Green+Blue) = 99+237+188=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDBC is #9C1243. Grayscale: #BEBEBE. Windows color (decimal): -10228292 or 12381539. OLE color: 12381539.

HSL color Cylindrical-coordinate representation of color #63EDBC: hue angle of 158.7º 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 #63EDBC is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB99237188-
CMYK0.5800.210.07
HSL158.7º79.31%65.88%-
HSV(B)158.7º58.23%92.94%-
XYZ44.5166.8558.13-
YUV190.15126.7862.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.89%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=18.89%
G=45.23%
B=35.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992371880.5800.210.07158.779.3165.88
Hex63EDBC3A01579f4f42
Octal143355274720257237117102
Binary110001111101101101111001110100101011111001111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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