#63DFCA

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

Shades of Downy #63DFCA

Tints of Downy #63DFCA

Color information

#63DFCA (or 0x63DFCA) is unknown color: approx Downy. HEX triplet: 63, DF and CA. RGB value is (99,223,202). Sum of RGB (Red+Green+Blue) = 99+223+202=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFCA is #9C2035. Grayscale: #B7B7B7. Windows color (decimal): -10231862 or 13295459. OLE color: 13295459.

HSL color Cylindrical-coordinate representation of color #63DFCA: hue angle of 169.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFCA is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB99223202-
CMYK0.5600.090.13
HSL169.84º65.96%63.14%-
HSV(B)169.84º55.61%87.45%-
XYZ42.1959.6965.18-
YUV183.53138.4267.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.89%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=18.89%
G=42.56%
B=38.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992232020.5600.090.13169.8465.9663.14
Hex63DFCA3809Daa423f
Octal143337312700111525210277
Binary11000111101111111001010111000010011101101010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,223,202); }

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

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

 a { background-color: rgb(99,223,202); }

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

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

 span { border-color: rgb(99,223,202); }

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