#63E2BF

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

Shades of Downy #63E2BF

Tints of Downy #63E2BF

Color information

#63E2BF (or 0x63E2BF) is unknown color: approx Downy. HEX triplet: 63, E2 and BF. RGB value is (99,226,191). Sum of RGB (Red+Green+Blue) = 99+226+191=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #63E2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2BF is #9C1D40. Grayscale: #B8B8B8. Windows color (decimal): -10231105 or 12575331. OLE color: 12575331.

HSL color Cylindrical-coordinate representation of color #63E2BF: hue angle of 163.46º 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 #63E2BF is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB99226191-
CMYK0.5600.150.11
HSL163.46º68.65%63.73%-
HSV(B)163.46º56.19%88.63%-
XYZ41.7560.8158.83-
YUV184.04131.9267.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.19%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 191 (75% from 255) = 37.02%
R=19.19%
G=43.80%
B=37.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal992261910.5600.150.11163.4668.6563.73
Hex63E2BF380FBa34540
Octal1433422777001713243105100
Binary110001111100010101111111110000111110111010001110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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