#63E2BE

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

Shades of Downy #63E2BE

Tints of Downy #63E2BE

Color information

#63E2BE (or 0x63E2BE) is unknown color: approx Downy. HEX triplet: 63, E2 and BE. RGB value is (99,226,190). Sum of RGB (Red+Green+Blue) = 99+226+190=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #63E2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2BE is #9C1D41. Grayscale: #B7B7B7. Windows color (decimal): -10231106 or 12509795. OLE color: 12509795.

HSL color Cylindrical-coordinate representation of color #63E2BE: hue angle of 162.99º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E2BE is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB99226190-
CMYK0.5600.160.11
HSL162.99º68.65%63.73%-
HSV(B)162.99º56.19%88.63%-
XYZ41.6460.7658.25-
YUV183.92131.4267.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.22%
GREEN value IS 226 (88.67% from 255) = 43.88%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=19.22%
G=43.88%
B=36.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal992261900.5600.160.11162.9968.6563.73
Hex63E2BE38010Ba34540
Octal1433422767002013243105100
Binary1100011111000101011111011100001000010111010001110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,226,190); }

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

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

 a { background-color: rgb(99,226,190); }

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

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

 span { border-color: rgb(99,226,190); }

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