#63CDC6

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

Shades of Downy #63CDC6

Tints of Downy #63CDC6

Color information

#63CDC6 (or 0x63CDC6) is unknown color: approx Downy. HEX triplet: 63, CD and C6. RGB value is (99,205,198). Sum of RGB (Red+Green+Blue) = 99+205+198=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC6 is #9C3239. Grayscale: #ACACAC. Windows color (decimal): -10236474 or 13028707. OLE color: 13028707.

HSL color Cylindrical-coordinate representation of color #63CDC6: hue angle of 176.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDC6 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB99205198-
CMYK0.5200.030.20
HSL176.04º51.46%59.61%-
HSV(B)176.04º51.71%80.39%-
XYZ37.1750.3961.19-
YUV172.51142.3875.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.72%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=19.72%
G=40.84%
B=39.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992051980.5200.030.20176.0451.4659.61
Hex63CDC6340314b0333c
Octal1433153066403242606374
Binary110001111001101110001101101000111010010110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,205,198); }

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

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

 a { background-color: rgb(99,205,198); }

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

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

 span { border-color: rgb(99,205,198); }

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