#63CCC5

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

Shades of Downy #63CCC5

Tints of Downy #63CCC5

Color information

#63CCC5 (or 0x63CCC5) is unknown color: approx Downy. HEX triplet: 63, CC and C5. RGB value is (99,204,197). Sum of RGB (Red+Green+Blue) = 99+204+197=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCC5 is #9C333A. Grayscale: #ABABAB. Windows color (decimal): -10236731 or 12962915. OLE color: 12962915.

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

Color convert

RGB99204197-
CMYK0.5100.030.2
HSL176º50.72%59.41%-
HSV(B)176º51.47%80%-
XYZ36.8249.8760.51-
YUV171.81142.2176.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.8%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=19.8%
G=40.8%
B=39.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal992041970.5100.030.217650.7259.41
Hex63CCC5330314b0333b
Octal1433143056303242606373
Binary110001111001100110001011100110111010010110000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,204,197); }

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

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

 a { background-color: rgb(99,204,197); }

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

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

 span { border-color: rgb(99,204,197); }

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