#63DAC4

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

Shades of Downy #63DAC4

Tints of Downy #63DAC4

Color information

#63DAC4 (or 0x63DAC4) is unknown color: approx Downy. HEX triplet: 63, DA and C4. RGB value is (99,218,196). Sum of RGB (Red+Green+Blue) = 99+218+196=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAC4 is #9C253B. Grayscale: #B3B3B3. Windows color (decimal): -10233148 or 12900963. OLE color: 12900963.

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

Color convert

RGB99218196-
CMYK0.5500.100.15
HSL168.91º61.66%62.16%-
HSV(B)168.91º54.59%85.49%-
XYZ40.1856.7861.07-
YUV179.91137.0870.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=19.30%
G=42.50%
B=38.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992181960.5500.100.15168.9161.6662.16
Hex63DAC4370AFa93e3e
Octal14333230467012172517676
Binary1100011110110101100010011011101010111110101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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