#63CDC0

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

Shades of Downy #63CDC0

Tints of Downy #63CDC0

Color information

#63CDC0 (or 0x63CDC0) is unknown color: approx Downy. HEX triplet: 63, CD and C0. RGB value is (99,205,192). Sum of RGB (Red+Green+Blue) = 99+205+192=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC0 is #9C323F. Grayscale: #ABABAB. Windows color (decimal): -10236480 or 12635491. OLE color: 12635491.

HSL color Cylindrical-coordinate representation of color #63CDC0: hue angle of 172.64º 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 #63CDC0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB99205192-
CMYK0.5200.060.20
HSL172.64º51.46%59.61%-
HSV(B)172.64º51.71%80.39%-
XYZ36.4950.1257.62-
YUV171.82139.3876.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.96%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=19.96%
G=41.33%
B=38.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992051920.5200.060.20172.6451.4659.61
Hex63CDC0340614ad333c
Octal1433153006406242556374
Binary1100011110011011100000011010001101010010101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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