#63DABB

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

Shades of Downy #63DABB

Tints of Downy #63DABB

Color information

#63DABB (or 0x63DABB) is unknown color: approx Downy. HEX triplet: 63, DA and BB. RGB value is (99,218,187). Sum of RGB (Red+Green+Blue) = 99+218+187=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #63DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DABB is #9C2544. Grayscale: #B2B2B2. Windows color (decimal): -10233157 or 12311139. OLE color: 12311139.

HSL color Cylindrical-coordinate representation of color #63DABB: hue angle of 164.37º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DABB is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB99218187-
CMYK0.5500.140.15
HSL164.37º61.66%62.16%-
HSV(B)164.37º54.59%85.49%-
XYZ39.1956.3855.83-
YUV178.89132.5871.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.64%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=19.64%
G=43.25%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992181870.5500.140.15164.3761.6662.16
Hex63DABB370EFa43e3e
Octal14333227367016172447676
Binary1100011110110101011101111011101110111110100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,218,187); }

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

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

 a { background-color: rgb(99,218,187); }

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

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

 span { border-color: rgb(99,218,187); }

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