#63CCC6

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

Shades of Downy #63CCC6

Tints of Downy #63CCC6

Color information

#63CCC6 (or 0x63CCC6) is unknown color: approx Downy. HEX triplet: 63, CC and C6. RGB value is (99,204,198). Sum of RGB (Red+Green+Blue) = 99+204+198=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #63CCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCC6 is #9C3339. Grayscale: #ABABAB. Windows color (decimal): -10236730 or 13028451. OLE color: 13028451.

HSL color Cylindrical-coordinate representation of color #63CCC6: hue angle of 176.57º 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 #63CCC6 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB99204198-
CMYK0.5100.030.2
HSL176.57º50.72%59.41%-
HSV(B)176.57º51.47%80%-
XYZ36.9349.9261.11-
YUV171.92142.7175.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.76%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=19.76%
G=40.72%
B=39.52%

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
Decimal992041980.5100.030.2176.5750.7259.41
Hex63CCC6330314b1333b
Octal1433143066303242616373
Binary110001111001100110001101100110111010010110001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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